Interface ActionEnablerQueryInspector

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

public interface ActionEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining action enabler queries.

  • Method Details

    • getRuledActionIdTerms

      IdTerm[] getRuledActionIdTerms()
      Gets the action Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledActionTerms

      ActionQueryInspector[] getRuledActionTerms()
      Gets the action query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSystemIdTerms

      IdTerm[] getSystemIdTerms()
      Gets the system Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSystemTerms

      SystemQueryInspector[] getSystemTerms()
      Gets the system query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getActionEnablerQueryInspectorRecord

      ActionEnablerQueryInspectorRecord getActionEnablerQueryInspectorRecord(Type actionEnablerRecordType) throws OperationFailedException
      Gets the action enabler query inspector record corresponding to the given ActionEnabler record Type .
      Parameters:
      actionEnablerRecordType - an action enabler record type
      Returns:
      the action enabler query inspector record
      Throws:
      NullArgumentException - actionEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(actionEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.