Interface ProcessConstrainerQueryInspector

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

public interface ProcessConstrainerQueryInspector extends OsidConstrainerQueryInspector

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

      ProcessConstrainerQueryInspectorRecord getProcessConstrainerQueryInspectorRecord(Type processConstrainerRecordType) throws OperationFailedException
      Gets the process constrainer query inspector record corresponding to the given ProcessConstrainer record Type .
      Parameters:
      processConstrainerRecordType - a process constrainer record type
      Returns:
      the process constrainer query inspector record
      Throws:
      NullArgumentException - processConstraineRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(processConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.