Interface StepProcessorQueryInspector

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

public interface StepProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining step processor queries.

  • Method Details

    • getRuledStepIdTerms

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

      StepQueryInspector[] getRuledStepTerms()
      Gets the step 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.
    • getStepProcessorQueryInspectorRecord

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