Package | Description |
---|---|
org.osid.provisioning |
The Open Service Interface Definitions for the org.osid.provisioning
service.
|
org.osid.provisioning.rules |
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
|
Modifier and Type | Method and Description |
---|---|
DistributorQuery |
DistributorQuery.getAncestorDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
DistributorQuery.getDescendantDistributorQuery()
Gets the query for a distributor/ Multiple retrievals produce a nested
OR term. |
DistributorQuery |
BrokerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
DistributorQuerySession.getDistributorQuery()
Gets a distributor query.
|
DistributorQuery |
PoolQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
ProvisionQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
ProvisionableQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
QueueQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
RequestQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
DistributorSearchSession.getDistributorQueryFromInspector(DistributorQueryInspector distributorQueryInspector)
Gets a distributor query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
DistributorList |
DistributorQuerySession.getDistributorsByQuery(DistributorQuery distributorQuery)
Gets a list of
Distributors matching the given
distributor query. |
DistributorSearchResults |
DistributorSearchSession.getDistributorsBySearch(DistributorQuery distributorQuery,
DistributorSearch distributorSearch)
Gets the search results matching the given search query using the
given search.
|
Modifier and Type | Method and Description |
---|---|
DistributorQuery |
BrokerConstrainerEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
BrokerConstrainerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
BrokerProcessorEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
BrokerProcessorQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
PoolConstrainerEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
PoolConstrainerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
PoolProcessorEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
PoolProcessorQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
QueueConstrainerEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
QueueConstrainerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
QueueProcessorEnablerQuery.getDistributorQuery()
Gets the query for a distributor.
|
DistributorQuery |
QueueProcessorQuery.getDistributorQuery()
Gets the query for a distributor.
|