Interface StepConstrainerEnablerQueryInspector

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

public interface StepConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledStepConstrainerIdTerms

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

      StepConstrainerQueryInspector[] getRuledStepConstrainerTerms()
      Gets the step constrainer 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.
    • getStepConstrainerEnablerQueryInspectorRecord

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