Interface StateQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector

public interface StateQueryInspector extends OsidObjectQueryInspector

This is the query inspector for examining state queries.

  • Method Details

    • getProcessIdTerms

      IdTerm[] getProcessIdTerms()
      Gets the process Id terms.
      Returns:
      the process Id terms
      Compliance:
      mandatory - This method must be implemented.
    • getProcessTerms

      ProcessQueryInspector[] getProcessTerms()
      Gets the process terms.
      Returns:
      the process terms
      Compliance:
      mandatory - This method must be implemented.
    • getStateQueryInspectorRecord

      StateQueryInspectorRecord getStateQueryInspectorRecord(Type stateRecordType) throws OperationFailedException
      Gets the state query inspector record corresponding to the given State record Type .
      Parameters:
      stateRecordType - a state record type
      Returns:
      the state query inspector record
      Throws:
      NullArgumentException - stateRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(stateRecordType) is false
      Compliance:
      mandatory - This method must be implemented.