OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.LogEntrySearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByAgent
Description

Orders the results by the agent.

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

Tests if an agent search order is available.

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

Gets the agent search order.

Returnosid.authentication.AgentSearchOrder the agent search order
ErrorsILLEGAL_STATE supportsCreatorSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByIssue
Description

Orders the results by the issue.

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

Tests if an issue search order is available.

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

Gets the issue search order.

Returnosid.tracking.IssueSearchOrder the issue search order
ErrorsILLEGAL_STATE supportsIssueSearchOrder() is false
Compliancemandatory This method must be implemented.
MethodorderByDate
Description

Orders the results by the date.

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

Orders the results by the summary.

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

Orders the results by the summary.

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

Gets the log entry order record corresponding to the given log entry record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypelogEntryRecordType a log entry record type
Returnosid.tracking.records.LogEntrySearchOrderRecord the log entry search order record
ErrorsNULL_ARGUMENT logEntryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(logEntryRecordType) is false
Compliancemandatory This method must be implemented.