OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.ProvisionSearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.provisioning.ProvisionSearchSession
osid.provisioning.ProvisionSmartDistributorSession
osid.provisioning.RequestSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByBroker
Description

Orders the results by the broker.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsBrokerSearchOrder
Description

Tests if a broker search order is available.

Returnboolean true if a broker search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetBrokerSearchOrder
Description

Gets the broker search order.

Returnosid.provisioning.BrokerSearchOrder the broker search order
ErrorsILLEGAL_STATE supportsBrokerSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByProvisionable
Description

Orders the results by the provisionable.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsProvisionableSearchOrder
Description

Tests if a provisionable search order is available.

Returnboolean true if a provisionable search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetProvisionableSearchOrder
Description

Gets the provisionable search order.

Returnosid.provisioning.ProvisionableSearchOrder the provisionable search order
ErrorsILLEGAL_STATE supportsProvisionableSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByRecipient
Description

Orders the results by the recipient.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsRecipientSearchOrder
Description

Tests if a resource search order is available.

Returnboolean true if a resource search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRecipientSearchOrder
Description

Gets the resource search order.

Returnosid.resource.ResourceSearchOrder the resource search order
ErrorsILLEGAL_STATE supportsRecipientSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByRequest
Description

Orders the results by the request.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsRequestSearchOrder
Description

Tests if a request search order is available.

Returnboolean true if a request search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRequestSearchOrder
Description

Gets the request search order.

Returnosid.provisioning.RequestSearchOrder the request search order
ErrorsILLEGAL_STATE supportsRequestSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByProvisionDate
Description

Orders the results by the provision date.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByLeased
Description

Orders the results by the leased flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByMustReturn
Description

Orders the results by the must return flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByDueDate
Description

Orders the results by the due date.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByCost
Description

Orders the results by the cost.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByRate
Description

Orders the results by the rate amount and period.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByProvisionReturn
Description

Orders the results by returned.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsProvisionReturnSearchOrder
Description

Tests if a provision return search order is available.

Returnboolean true if a provision return search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetProvisionReturnSearchOrder
Description

Gets the provision return search order.

Returnosid.provisioning.ProvisionReturnSearchOrder the provision return search order
ErrorsILLEGAL_STATE supportsProvisionReturnSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodgetProvisionSearchOrderRecord
Description

Gets the provision search order record corresponding to the given provision record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeprovisionRecordType a provision record type
Returnosid.provisioning.records.ProvisionSearchOrderRecord the provision search order record
ErrorsNULL_ARGUMENT provisionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(provisionRecordType) is false
Compliancemandatory This method must be implemented.