Interface StepConstrainerQueryInspector

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

public interface StepConstrainerQueryInspector extends OsidConstrainerQueryInspector

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

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