Interface PoolConstrainerQueryInspector

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

public interface PoolConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining pool constrainer queries.

  • Method Details

    • getRuledPoolIdTerms

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

      PoolQueryInspector[] getRuledPoolTerms()
      Gets the pool 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.
    • getPoolConstrainerQueryInspectorRecord

      PoolConstrainerQueryInspectorRecord getPoolConstrainerQueryInspectorRecord(Type poolConstrainerRecordType) throws OperationFailedException
      Gets the pool constrainer query inspector record corresponding to the given PoolConstrainer record Type .
      Parameters:
      poolConstrainerRecordType - a pool constrainer record type
      Returns:
      the pool constrainer query inspector record
      Throws:
      NullArgumentException - poolConstraineRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(poolConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.