Interface IssueSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidRelationshipSearchOrder, OsidSearchOrder, OsidTemporalSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptionGets the resource search order.Gets the resource search order.Gets the agent search order.Gets the agent search order.Gets the resource search order.Gets the resource search order.getIssueSearchOrderRecord(Type issueRecordType) Gets the issue search order record corresponding to the given issue recordType.Gets the issue search order.Gets the queue search order.Gets the resource search order.Gets the agent search order.Gets the resource search order.Gets the agent search order.Gets the issue search order.Gets the topic search order.voidOrders the results by the assigned resource.voidOrders the results by the closed date.voidorderByCloser(SearchOrderStyle style) Orders the results by the closer.voidOrders the results by the closer.voidOrders the results by the created date.voidOrders the results by the creator.voidorderByCreator(SearchOrderStyle style) Orders the results by the creator.voidorderByCustomer(SearchOrderStyle style) Orders the results by the customer.voidorderByDueDate(SearchOrderStyle style) Orders the results by the due date.voidOrders the results by the master issue.voidorderByPending(SearchOrderStyle style) Orders the results by the pending state.voidorderByQueue(SearchOrderStyle style) Orders the results by queue.voidOrders the results by the reopened date.voidorderByReopener(SearchOrderStyle style) Orders the results by the reopener.voidOrders the results by the reopener.voidOrders the results by the resolution type.voidOrders the results by the resolved date.voidorderByResolver(SearchOrderStyle style) Orders the results by the resolver.voidOrders the results by the resolving agent.voidorderByRootIssue(SearchOrderStyle style) Orders the results by the root issue.voidorderByStatus(SearchOrderStyle style) Orders the results by the issue status.voidorderByTopic(SearchOrderStyle style) Orders the results by the topic.booleanTests if a resource search order is available.booleanTests if a resource search order is available.booleanTests if an agent search order is available.booleanTests if an agent search order is available.booleanTests if a resource search order is available.booleanTests if a resource search order is available.booleanTests if an issue search order is available.booleanTests if a queue search order is available.booleanTests if a resource search order is available.booleanTests if an agent search order is available.booleanTests if a resource search order is available.booleanTests if an agent search order is available.booleanTests if an issue search order is available.booleanTests if a subject search order is available.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidIdentifiableSearchOrder
orderByIdModifier and TypeMethodDescriptionvoidorderById(SearchOrderStyle style) Specifies a preference for ordering the result set by theId.Methods inherited from interface OsidObjectSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticModifier and TypeMethodDescriptionvoidOrders by the timestamp of the first journal entry.voidorderByCumulativeRating(Id bookId, SearchOrderStyle style) Orders by the cumulative rating in a givenBook.voidSpecifies a preference for ordering the result set by the description.voidSpecifies a preference for ordering the result set by the display name.voidorderByGenusType(SearchOrderStyle style) Specifies a preference for ordering the result set by the genus type.voidOrders by the timestamp of the last journal entry.voidorderByState(Id processId, SearchOrderStyle style) Orders by the state in a givenProcess.voidorderByStatistic(Id meterId, SearchOrderStyle style) Orders by a statistic for a givenMeter.Methods inherited from interface OsidRelationshipSearchOrder
getEndReasonSearchOrder, orderByEndReason, supportsEndReasonSearchOrderModifier and TypeMethodDescriptionGets the search order for a state.voidorderByEndReason(SearchOrderStyle style) Specifies a preference for ordering the results by the end reason state.booleanTests if aStateSearchOrderis available.Methods inherited from interface OsidTemporalSearchOrder
orderByEffective, orderByEndDate, orderByStartDateModifier and TypeMethodDescriptionvoidorderByEffective(SearchOrderStyle style) Specifies a preference for ordering the result set by the effective status.voidorderByEndDate(SearchOrderStyle style) Specifies a preference for ordering the result set by the end date.voidorderByStartDate(SearchOrderStyle style) Specifies a preference for ordering the result set by the start date.
-
Method Details
-
orderByQueue
Orders the results by queue.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsQueueSearchOrder
boolean supportsQueueSearchOrder()Tests if a queue search order is available.- Returns:
trueif a queue search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getQueueSearchOrder
QueueSearchOrder getQueueSearchOrder()Gets the queue search order.- Returns:
- the queue search order
- Throws:
IllegalStateException-supportsQueueSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByCustomer
Orders the results by the customer.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCustomerSearchOrder
boolean supportsCustomerSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCustomerSearchOrder
ResourceSearchOrder getCustomerSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsCustomerSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByTopic
Orders the results by the topic.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsTopicSearchOrder
boolean supportsTopicSearchOrder()Tests if a subject search order is available.- Returns:
trueif a subject search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getTopicSearchOrder
SubjectSearchOrder getTopicSearchOrder()Gets the topic search order.- Returns:
- the subject search order
- Throws:
IllegalStateException-supportsTopicSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByMasterIssue
Orders the results by the master issue.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsMasterIssueSearchOrder
boolean supportsMasterIssueSearchOrder()Tests if an issue search order is available.- Returns:
trueif an issue search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getMasterIssueSearchOrder
IssueSearchOrder getMasterIssueSearchOrder()Gets the issue search order.- Returns:
- the issue search order
- Throws:
IllegalStateException-supportsMasterIssueSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByRootIssue
Orders the results by the root issue.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsRootIssueSearchOrder
boolean supportsRootIssueSearchOrder()Tests if an issue search order is available.- Returns:
trueif an issue search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getRootIssueSearchOrder
IssueSearchOrder getRootIssueSearchOrder()Gets the issue search order.- Returns:
- the issue search order
- Throws:
IllegalStateException-supportsRootIssueSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByCreator
Orders the results by the creator.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCreatorSearchOrder
boolean supportsCreatorSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCreatorSearchOrder
ResourceSearchOrder getCreatorSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsCreatorSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByCreatingAgent
Orders the results by the creator.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCreatingAgentSearchOrder
boolean supportsCreatingAgentSearchOrder()Tests if an agent search order is available.- Returns:
trueif an agent search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCreatingAgentSearchOrder
AgentSearchOrder getCreatingAgentSearchOrder()Gets the agent search order.- Returns:
- the agent search order
- Throws:
IllegalStateException-supportsCreatingAgentSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByCreatedDate
Orders the results by the created date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByReopener
Orders the results by the reopener.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsReopenerSearchOrder
boolean supportsReopenerSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getReopenerSearchOrder
ResourceSearchOrder getReopenerSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsReopenerSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByReopeningAgent
Orders the results by the reopener.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsReopeningAgentSearchOrder
boolean supportsReopeningAgentSearchOrder()Tests if an agent search order is available.- Returns:
trueif an agent search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getReopeningAgentSearchOrder
AgentSearchOrder getReopeningAgentSearchOrder()Gets the agent search order.- Returns:
- the agent search order
- Throws:
IllegalStateException-supportsReopeningAgentSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByReopenedDate
Orders the results by the reopened date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByDueDate
Orders the results by the due date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByPending
Orders the results by the pending state.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByResolver
Orders the results by the resolver.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsResolverSearchOrder
boolean supportsResolverSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getResolverSearchOrder
ResourceSearchOrder getResolverSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsReopenerSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByResolvingAgent
Orders the results by the resolving agent.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsResolvingAgentSearchOrder
boolean supportsResolvingAgentSearchOrder()Tests if an agent search order is available.- Returns:
trueif an agent search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getResolvingAgentSearchOrder
AgentSearchOrder getResolvingAgentSearchOrder()Gets the agent search order.- Returns:
- the agent search order
- Throws:
IllegalStateException-supportsReopeningAgentSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByResolvedDate
Orders the results by the resolved date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByResolutionType
Orders the results by the resolution type.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByCloser
Orders the results by the closer.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCloserSearchOrder
boolean supportsCloserSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCloserSearchOrder
ResourceSearchOrder getCloserSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsCloserSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByClosingAgent
Orders the results by the closer.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsClosingAgentSearchOrder
boolean supportsClosingAgentSearchOrder()Tests if an agent search order is available.- Returns:
trueif an agent search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getClosingAgentSearchOrder
AgentSearchOrder getClosingAgentSearchOrder()Gets the agent search order.- Returns:
- the agent search order
- Throws:
IllegalStateException-supportsClosingAgentSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByClosedDate
Orders the results by the closed date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByAssignedResource
Orders the results by the assigned resource.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsAssignedResourceSearchOrder
boolean supportsAssignedResourceSearchOrder()Tests if a resource search order is available.- Returns:
trueif a resource search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getAssignedResourceSearchOrder
ResourceSearchOrder getAssignedResourceSearchOrder()Gets the resource search order.- Returns:
- the resource search order
- Throws:
IllegalStateException-supportsAssignedResourceSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByStatus
Orders the results by the issue status.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
getIssueSearchOrderRecord
IssueSearchOrderRecord getIssueSearchOrderRecord(Type issueRecordType) throws OperationFailedException Gets the issue search order record corresponding to the given issue recordType. Multiple retrievals return the same underlying object.- Parameters:
issueRecordType- a issue record type- Returns:
- the issue order record
- Throws:
NullArgumentException-issueRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(issueRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-