Interface StepProcessorEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface StepProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining step processor enabler queries.

  • Method Details

    • getRuledStepProcessorIdTerms

      IdTerm[] getRuledStepProcessorIdTerms()
      Gets the step processor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledStepProcessorTerms

      StepProcessorQueryInspector[] getRuledStepProcessorTerms()
      Gets the step processor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOfficeIdTerms

      IdTerm[] getOfficeIdTerms()
      Gets the office Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOfficeTerms

      OfficeQueryInspector[] getOfficeTerms()
      Gets the office query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getStepProcessorEnablerQueryInspectorRecord

      StepProcessorEnablerQueryInspectorRecord getStepProcessorEnablerQueryInspectorRecord(Type stepProcessorEnablerRecordType) throws OperationFailedException
      Gets the step processor enabler query inspector record corresponding to the given StepProcessorEnabler record Type .
      Parameters:
      stepProcessorEnablerRecordType - a step processor enabler record type
      Returns:
      the step processor enabler query inspector record
      Throws:
      NullArgumentException - stepProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(stepProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.