Interface | osid.provisioning.rules.PoolProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector interface for examining pool processor enabler queries. | ||
Method | getRuledPoolProcessorIdTerms | ||
Description |
Gets the pool processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledPoolProcessorTerms | ||
Description |
Gets the pool processor query terms. | ||
Return | osid.provisioning.rules.PoolProcessorQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorIdTerms | ||
Description |
Gets the distributor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorTerms | ||
Description |
Gets the distributor query terms. | ||
Return | osid.provisioning.DistributorQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the pool processor enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | poolProcessorEnablerRecordType | a pool processor enabler record type |
Return | osid.provisioning.rules.records.PoolProcessorEnablerQueryInspectorRecord | the pool processor enabler query inspector record | |
Errors | NULL_ARGUMENT | poolProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(poolProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |