Interface ProcessEnablerQueryInspector

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

public interface ProcessEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query interface for examining process enabler queries.

  • Method Details

    • getRuledProcessIdTerms

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

      ProcessQueryInspector[] getRuledProcessTerms()
      Gets the process 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.
    • getProcessEnablerQueryInspectorRecord

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