OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.CheckSearchOrder
Implementsosid.OsidRuleSearchOrder
Used Byosid.rules.check.CheckSearchSession
osid.rules.check.CheckSmartEngineSession
osid.rules.check.InstructionSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByTimeCheckStartDate
Description

Orders the results by the time check start date.

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

Orders the results by the time end check date.

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

Orders the results by the time check event.

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

Tests if an event search order is available.

Returnboolean true if an event search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetTimeCheckEventSearchOrder
Description

Gets the event search order.

Returnosid.calendaring.EventSearchOrder the event search order
ErrorsILLEGAL_STATE supportsTimeCheckEventSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByTimeCheckCyclicEvent
Description

Orders the results by cyclic event.

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

Tests if a cyclic event search order is available.

Returnboolean true if a cyclic event search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetTimeCheckCyclicEventSearchOrder
Description

Gets the cyclic event search order.

Returnosid.calendaring.cycle.CyclicEventSearchOrder the cyclic event search order
ErrorsILLEGAL_STATE supportsTimeCheckCyclicEventSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByHoldCheckBlock
Description

Orders the results by block.

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

Tests if a block search order is available.

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

Gets the block search order.

Returnosid.hold.BlockSearchOrder the block search order
ErrorsILLEGAL_STATE supportsHoldCheckBlockSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByAuthorizationCheckFunction
Description

Orders the results by authorization function.

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

Tests if a function search order is available.

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

Gets the function search order.

Returnosid.authorization.FunctionSearchOrder the function search order
ErrorsILLEGAL_STATE supportsAuthorizationCheckFunctionSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByInquiryCheckAudit
Description

Orders the results by audit.

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

Tests if an audit search order is available.

Returnboolean true if an audit search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetInquiryCheckAuditSearchOrder
Description

Gets the audit search order.

Returnosid.inquiry.AuditSearchOrder the audit search order
ErrorsILLEGAL_STATE supportsInquiryCheckAuditSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByProcessCheckAgenda
Description

Orders the results by agenda.

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

Tests if an agenda search order is available.

Returnboolean true if an agenda search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetProcessCheckAgendaSearchOrder
Description

Gets the agenda search order.

Returnosid.rules.check.AgendaSearchOrder the agenda search order
ErrorsILLEGAL_STATE supportsProcessCheckAgendaSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByLoggingCheckText
Description

Orders the results by logging text.

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

Tests if a text search order is available.

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

Gets the text search order.

Returnosid.lexicon.TextSearchOrder the text search order
ErrorsILLEGAL_STATE supportsLoggingCheckTextSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodgetCheckSearchOrderRecord
Description

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

Parametersosid.type.TypecheckRecordType a check record type
Returnosid.rules.check.records.CheckSearchOrderRecord the check search order record
ErrorsNULL_ARGUMENT checkRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(checkRecordType) is false
Compliancemandatory This method must be implemented.