Interface ProcessConstrainerEnablerQueryInspector

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

public interface ProcessConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledProcessConstrainerIdTerms

      IdTerm[] getRuledProcessConstrainerIdTerms()
      Gets the process constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledProcessConstrainerTerms

      ProcessConstrainerQueryInspector[] getRuledProcessConstrainerTerms()
      Gets the process 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.
    • getProcessConstrainerEnablerQueryInspectorRecord

      ProcessConstrainerEnablerQueryInspectorRecord getProcessConstrainerEnablerQueryInspectorRecord(Type processConstrainerEnablerRecordType) throws OperationFailedException
      Gets the process constrainer enabler query inspector record corresponding to the given ProcessEnabler record Type .
      Parameters:
      processConstrainerEnablerRecordType - a process constrainer enabler record type
      Returns:
      the process constrainer enabler query inspector record
      Throws:
      NullArgumentException - processConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(processConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.