Interface | osid.provisioning.ProvisionableQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining provisionable queries. | ||
Method | getPoolIdTerms | ||
Description |
Gets the pool | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolTerms | ||
Description |
Gets the pool query terms. | ||
Return | osid.provisioning.PoolQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getUseTerms | ||
Description |
Gets the use query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | 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 | getProvisionableQueryInspectorRecord | ||
Description |
Gets the provisionable query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | provisionableRecordType | a provisionable record type |
Return | osid.provisioning.records.ProvisionableQueryInspectorRecord | the provisionable query inspector record | |
Errors | NULL_ARGUMENT | provisionableRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(provisionableRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |