OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.DistributorQuery
Implementsosid.OsidCatalogQuery
Used Byosid.provisioning.BrokerQuery
osid.provisioning.DistributorQuery
osid.provisioning.DistributorQuerySession
osid.provisioning.DistributorSearchSession
osid.provisioning.PoolQuery
osid.provisioning.ProvisionQuery
osid.provisioning.ProvisionableQuery
osid.provisioning.QueueQuery
osid.provisioning.RequestQuery
osid.provisioning.rules.BrokerConstrainerEnablerQuery
show 16 more…
osid.provisioning.rules.BrokerConstrainerQuery
osid.provisioning.rules.BrokerEnablerQuery
osid.provisioning.rules.BrokerProcessorEnablerQuery
osid.provisioning.rules.BrokerProcessorQuery
osid.provisioning.rules.PoolConstrainerEnablerQuery
osid.provisioning.rules.PoolConstrainerQuery
osid.provisioning.rules.PoolEnablerQuery
osid.provisioning.rules.PoolProcessorEnablerQuery
osid.provisioning.rules.PoolProcessorQuery
osid.provisioning.rules.ProvisionEnablerQuery
osid.provisioning.rules.ProvisionableEnablerQuery
osid.provisioning.rules.QueueConstrainerEnablerQuery
osid.provisioning.rules.QueueConstrainerQuery
osid.provisioning.rules.QueueEnablerQuery
osid.provisioning.rules.QueueProcessorEnablerQuery
osid.provisioning.rules.QueueProcessorQuery
Description

This is the query for searching distributors. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchBrokerId
Description

Sets the broker Id for this query.

Parametersosid.id.IdbrokerId the broker Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT brokerId is null
Compliancemandatory This method must be implemented.
MethodclearBrokerIdTerms
Description

Clears the broker Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsBrokerQuery
Description

Tests if an BrokerQuery is available.

Returnboolean true if a broker query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetBrokerQuery
Description

Gets the query for a broker. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.BrokerQuery the broker query
ErrorsUNIMPLEMENTED supportsBrokerQuery() is false
Complianceoptional This method must be implemented if supportsBrokerQuery() is true.
MethodmatchAnyBroker
Description

Matches distributors with any broker.

Parametersbooleanmatch true to match distributors with any broker, false to match distributors with no broker
Compliancemandatory This method must be implemented.
MethodclearBrokerTerms
Description

Clears the broker query terms.

Compliancemandatory This method must be implemented.
MethodmatchQueueId
Description

Sets the queue Id for this query.

Parametersosid.id.IdqueueId the queue Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT queueId is null
Compliancemandatory This method must be implemented.
MethodclearQueueIdTerms
Description

Clears the queue Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsQueueQuery
Description

Tests if a QueueQuery is available.

Returnboolean true if a queue query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetQueueQuery
Description

Gets the query for a queue. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.QueueQuery the queue query
ErrorsUNIMPLEMENTED supportsQueueQuery() is false
Complianceoptional This method must be implemented if supportsQueueQuery() is true.
MethodmatchAnyQueue
Description

Matches distributors with any queue.

Parametersbooleanmatch true to match distributors with any queue, false to match distributors with no queue
Compliancemandatory This method must be implemented.
MethodclearQueueTerms
Description

Clears the queue query terms.

Compliancemandatory This method must be implemented.
MethodmatchPoolId
Description

Sets the pool Id for this query.

Parametersosid.id.IdpoolId the pool Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT poolId is null
Compliancemandatory This method must be implemented.
MethodclearPoolIdTerms
Description

Clears the pool Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsPoolQuery
Description

Tests if a PoolQuery is available.

Returnboolean true if a pool query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetPoolQuery
Description

Gets the query for a pool. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.PoolQuery the pool query
ErrorsUNIMPLEMENTED supportsPoolQuery() is false
Complianceoptional This method must be implemented if supportsPoolQuery() is true.
MethodmatchAnyPool
Description

Matches brokers with any pool.

Parametersbooleanmatch true to match distributors with any pool, false to match distributors with no pool
Compliancemandatory This method must be implemented.
MethodclearPoolTerms
Description

Clears the pool query terms.

Compliancemandatory This method must be implemented.
MethodmatchProvisionId
Description

Sets the provision Id for this query to match distributors that have a related provision.

Parametersosid.id.IdprovisionId a provision Id
booleanmatch true if a positive match, false for negative match
ErrorsNULL_ARGUMENT provisionId is null
Compliancemandatory This method must be implemented.
MethodclearProvisionIdTerms
Description

Clears the provision Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsProvisionQuery
Description

Tests if a ProvisionQuery is available.

Returnboolean true if a provision query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetProvisionQuery
Description

Gets the query for a provision. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.ProvisionQuery the provision query
ErrorsUNIMPLEMENTED supportsProvisionQuery() is false
Complianceoptional This method must be implemented if supportsProvisionQuery() is true.
MethodmatchAnyProvision
Description

Matches distributors that have any provision.

Parametersbooleanmatch true to match distributors with any provision, false to match distributors with no provision
Compliancemandatory This method must be implemented.
MethodclearProvisionTerms
Description

Clears the provision query terms.

Compliancemandatory This method must be implemented.
MethodmatchAncestorDistributorId
Description

Sets the distributor Id for this query to match distributors that have the specified distributor as an ancestor.

Parametersosid.id.IddistributorId a distributor Id
booleanmatch true for a positive match, false for negative match
ErrorsNULL_ARGUMENT distributorId is null
Compliancemandatory This method must be implemented.
MethodclearAncestorDistributorIdTerms
Description

Clears the ancestor distributor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsAncestorDistributorQuery
Description

Tests if a DistributorQuery is available.

Returnboolean true if a distributor query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetAncestorDistributorQuery
Description

Gets the query for a distributor. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.DistributorQuery the distributor query
ErrorsUNIMPLEMENTED supportsAncestorDistributorQuery() is false
Complianceoptional This method must be implemented if supportsAncestorDistributorQuery() is true.
MethodmatchAnyAncestorDistributor
Description

Matches distributors with any ancestor.

Parametersbooleanmatch true to match distributors with any ancestor, false to match root distributors
Compliancemandatory This method must be implemented.
MethodclearAncestorDistributorTerms
Description

Clears the ancestor distributor query terms.

Compliancemandatory This method must be implemented.
MethodmatchDescendantDistributorId
Description

Sets the distributor Id for this query to match distributors that have the specified distributor as a descendant.

Parametersosid.id.IddistributorId a distributor Id
booleanmatch true for a positive match, false for negative match
ErrorsNULL_ARGUMENT distributorId is null
Compliancemandatory This method must be implemented.
MethodclearDescendantDistributorIdTerms
Description

Clears the descendant distributor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsDescendantDistributorQuery
Description

Tests if a DistributorQuery is available.

Returnboolean true if a distributor query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetDescendantDistributorQuery
Description

Gets the query for a distributor/ Multiple retrievals produce a nested OR term.

Returnosid.provisioning.DistributorQuery the distributor query
ErrorsUNIMPLEMENTED supportsDescendantDistributorQuery() is false
Complianceoptional This method must be implemented if supportsDescendantDistributorQuery() is true.
MethodmatchAnyDescendantDistributor
Description

Matches distributors with any descendant.

Parametersbooleanmatch true to match distributors with any descendant, false to match leaf distributors
Compliancemandatory This method must be implemented.
MethodclearDescendantDistributorTerms
Description

Clears the descendant distributor query terms.

Compliancemandatory This method must be implemented.
MethodgetDistributorQueryRecord
Description

Gets the distributor query record corresponding to the given Distributor record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypedistributorRecordType a distributor record type
Returnosid.provisioning.records.DistributorQueryRecord the distributor query record
ErrorsNULL_ARGUMENT distributorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(distributorRecordType) is false
Compliancemandatory This method must be implemented.