Interface PoolConstrainerEnablerQueryInspector

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

public interface PoolConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining pool constrainer enabler queries.

  • Method Details

    • getRuledPoolConstrainerIdTerms

      IdTerm[] getRuledPoolConstrainerIdTerms()
      Gets the pool constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledPoolConstrainerTerms

      PoolConstrainerQueryInspector[] getRuledPoolConstrainerTerms()
      Gets the pool constrainer 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.
    • getPoolConstrainerEnablerQueryInspectorRecord

      PoolConstrainerEnablerQueryInspectorRecord getPoolConstrainerEnablerQueryInspectorRecord(Type poolConstrainerEnablerRecordType) throws OperationFailedException
      Gets the pool constrainer enabler query inspector record corresponding to the given PoolEnabler record Type .
      Parameters:
      poolConstrainerEnablerRecordType - a pool constrainer enabler record type
      Returns:
      the pool constrainer enabler query inspector record
      Throws:
      NullArgumentException - poolConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(poolConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.