Interface ProcessProcessorEnablerQueryInspector

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

public interface ProcessProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledProcessProcessorIdTerms

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

      ProcessProcessorQueryInspector[] getRuledProcessProcessorTerms()
      Gets the process processor 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.
    • getProcessProcessorEnablerQueryInspectorRecord

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