Interface ProcessProcessorQueryInspector

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

public interface ProcessProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining process processor 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.
    • getProcessProcessorQueryInspectorRecord

      ProcessProcessorQueryInspectorRecord getProcessProcessorQueryInspectorRecord(Type processProcessorRecordType) throws OperationFailedException
      Gets the process processor query inspector record corresponding to the given Process record Type .
      Parameters:
      processProcessorRecordType - a process processor record type
      Returns:
      the process processor query inspector record
      Throws:
      NullArgumentException - processProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(processProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.