Interface PoolProcessorEnablerQueryInspector

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

public interface PoolProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector interface for examining pool processor enabler queries.

  • Method Details

    • getRuledPoolProcessorIdTerms

      IdTerm[] getRuledPoolProcessorIdTerms()
      Gets the pool processor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledPoolProcessorTerms

      PoolProcessorQueryInspector[] getRuledPoolProcessorTerms()
      Gets the pool processor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorIdTerms

      IdTerm[] getDistributorIdTerms()
      Gets the distributor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorTerms

      DistributorQueryInspector[] getDistributorTerms()
      Gets the distributor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPoolProcessorEnablerQueryInspectorRecord

      PoolProcessorEnablerQueryInspectorRecord getPoolProcessorEnablerQueryInspectorRecord(Type poolProcessorEnablerRecordType) throws OperationFailedException
      Gets the pool processor enabler query inspector record corresponding to the given PoolProcessorEnabler record Type .
      Parameters:
      poolProcessorEnablerRecordType - a pool processor enabler record type
      Returns:
      the pool processor enabler query inspector record
      Throws:
      NullArgumentException - poolProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(poolProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.