Interface StepEnablerQueryInspector

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

public interface StepEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining step enabler 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.
    • getStepEnablerQueryInspectorRecord

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