public interface IssueSearchOrder extends OsidRelationshipSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ResourceSearchOrder |
getAssignedResourceSearchOrder()
Gets the resource search order.
|
ResourceSearchOrder |
getCloserSearchOrder()
Gets the resource search order.
|
AgentSearchOrder |
getClosingAgentSearchOrder()
Gets the agent search order.
|
AgentSearchOrder |
getCreatingAgentSearchOrder()
Gets the agent search order.
|
ResourceSearchOrder |
getCreatorSearchOrder()
Gets the resource search order.
|
ResourceSearchOrder |
getCustomerSearchOrder()
Gets the resource search order.
|
IssueSearchOrderRecord |
getIssueSearchOrderRecord(Type issueRecordType)
Gets the issue search order record corresponding to the given issue
record
Type. |
IssueSearchOrder |
getMasterIssueSearchOrder()
Gets the issue search order.
|
QueueSearchOrder |
getQueueSearchOrder()
Gets the queue search order.
|
ResourceSearchOrder |
getReopenerSearchOrder()
Gets the resource search order.
|
AgentSearchOrder |
getReopeningAgentSearchOrder()
Gets the agent search order.
|
ResourceSearchOrder |
getResolverSearchOrder()
Gets the resource search order.
|
AgentSearchOrder |
getResolvingAgentSearchOrder()
Gets the agent search order.
|
IssueSearchOrder |
getRootIssueSearchOrder()
Gets the issue search order.
|
SubjectSearchOrder |
getTopicSearchOrder()
Gets the topic search order.
|
void |
orderByAssignedResource(SearchOrderStyle style)
Orders the results by the assigned resource.
|
void |
orderByClosedDate(SearchOrderStyle style)
Orders the results by the closed date.
|
void |
orderByCloser(SearchOrderStyle style)
Orders the results by the closer.
|
void |
orderByClosingAgent(SearchOrderStyle style)
Orders the results by the closer.
|
void |
orderByCreatedDate(SearchOrderStyle style)
Orders the results by the created date.
|
void |
orderByCreatingAgent(SearchOrderStyle style)
Orders the results by the creator.
|
void |
orderByCreator(SearchOrderStyle style)
Orders the results by the creator.
|
void |
orderByCustomer(SearchOrderStyle style)
Orders the results by the customer.
|
void |
orderByDueDate(SearchOrderStyle style)
Orders the results by the due date.
|
void |
orderByMasterIssue(SearchOrderStyle style)
Orders the results by the master issue.
|
void |
orderByPending(SearchOrderStyle style)
Orders the results by the pending state.
|
void |
orderByQueue(SearchOrderStyle style)
Orders the results by queue.
|
void |
orderByReopenedDate(SearchOrderStyle style)
Orders the results by the reopened date.
|
void |
orderByReopener(SearchOrderStyle style)
Orders the results by the reopener.
|
void |
orderByReopeningAgent(SearchOrderStyle style)
Orders the results by the reopener.
|
void |
orderByResolutionType(SearchOrderStyle style)
Orders the results by the resolution type.
|
void |
orderByResolvedDate(SearchOrderStyle style)
Orders the results by the resolved date.
|
void |
orderByResolver(SearchOrderStyle style)
Orders the results by the resolver.
|
void |
orderByResolvingAgent(SearchOrderStyle style)
Orders the results by the resolving agent.
|
void |
orderByRootIssue(SearchOrderStyle style)
Orders the results by the root issue.
|
void |
orderByStatus(SearchOrderStyle style)
Orders the results by the issue status.
|
void |
orderByTopic(SearchOrderStyle style)
Orders the results by the topic.
|
boolean |
supportsAssignedResourceSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsCloserSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsClosingAgentSearchOrder()
Tests if an agent search order is available.
|
boolean |
supportsCreatingAgentSearchOrder()
Tests if an agent search order is available.
|
boolean |
supportsCreatorSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsCustomerSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsMasterIssueSearchOrder()
Tests if an issue search order is available.
|
boolean |
supportsQueueSearchOrder()
Tests if a queue search order is available.
|
boolean |
supportsReopenerSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsReopeningAgentSearchOrder()
Tests if an agent search order is available.
|
boolean |
supportsResolverSearchOrder()
Tests if a resource search order is available.
|
boolean |
supportsResolvingAgentSearchOrder()
Tests if an agent search order is available.
|
boolean |
supportsRootIssueSearchOrder()
Tests if an issue search order is available.
|
boolean |
supportsTopicSearchOrder()
Tests if a subject search order is available.
|
getEndReasonSearchOrder, orderByEndReason, supportsEndReasonSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByEffective, orderByEndDate, orderByStartDatevoid orderByQueue(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsQueueSearchOrder()
true if a queue search order is available,
false otherwisemandatory - This method must be implemented. QueueSearchOrder getQueueSearchOrder()
IllegalStateException -
supportsQueueSearchOrder() is false mandatory - This method must be implemented. void orderByCustomer(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsCustomerSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getCustomerSearchOrder()
IllegalStateException -
supportsCustomerSearchOrder() is false mandatory - This method must be implemented. void orderByTopic(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsTopicSearchOrder()
true if a subject search order is available,
false otherwisemandatory - This method must be implemented. SubjectSearchOrder getTopicSearchOrder()
IllegalStateException -
supportsTopicSearchOrder() is false mandatory - This method must be implemented. void orderByMasterIssue(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsMasterIssueSearchOrder()
true if an issue search order is available,
false otherwisemandatory - This method must be implemented. IssueSearchOrder getMasterIssueSearchOrder()
IllegalStateException -
supportsMasterIssueSearchOrder() is false
mandatory - This method must be implemented. void orderByRootIssue(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsRootIssueSearchOrder()
true if an issue search order is available,
false otherwisemandatory - This method must be implemented. IssueSearchOrder getRootIssueSearchOrder()
IllegalStateException -
supportsRootIssueSearchOrder() is false mandatory - This method must be implemented. void orderByCreator(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsCreatorSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getCreatorSearchOrder()
IllegalStateException -
supportsCreatorSearchOrder() is false mandatory - This method must be implemented. void orderByCreatingAgent(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsCreatingAgentSearchOrder()
true if an agent search order is available,
false otherwisemandatory - This method must be implemented. AgentSearchOrder getCreatingAgentSearchOrder()
IllegalStateException -
supportsCreatingAgentSearchOrder() is false
mandatory - This method must be implemented. void orderByCreatedDate(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByReopener(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsReopenerSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getReopenerSearchOrder()
IllegalStateException -
supportsReopenerSearchOrder() is false mandatory - This method must be implemented. void orderByReopeningAgent(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsReopeningAgentSearchOrder()
true if an agent search order is available,
false otherwisemandatory - This method must be implemented. AgentSearchOrder getReopeningAgentSearchOrder()
IllegalStateException -
supportsReopeningAgentSearchOrder() is false
mandatory - This method must be implemented. void orderByReopenedDate(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByDueDate(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByPending(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByResolver(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsResolverSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getResolverSearchOrder()
IllegalStateException -
supportsReopenerSearchOrder() is false mandatory - This method must be implemented. void orderByResolvingAgent(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsResolvingAgentSearchOrder()
true if an agent search order is available,
false otherwisemandatory - This method must be implemented. AgentSearchOrder getResolvingAgentSearchOrder()
IllegalStateException -
supportsReopeningAgentSearchOrder() is false
mandatory - This method must be implemented. void orderByResolvedDate(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByResolutionType(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByCloser(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsCloserSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getCloserSearchOrder()
IllegalStateException -
supportsCloserSearchOrder() is false mandatory - This method must be implemented. void orderByClosingAgent(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsClosingAgentSearchOrder()
true if an agent search order is available,
false otherwisemandatory - This method must be implemented. AgentSearchOrder getClosingAgentSearchOrder()
IllegalStateException -
supportsClosingAgentSearchOrder() is false
mandatory - This method must be implemented. void orderByClosedDate(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByAssignedResource(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. boolean supportsAssignedResourceSearchOrder()
true if a resource search order is available,
false otherwisemandatory - This method must be implemented. ResourceSearchOrder getAssignedResourceSearchOrder()
IllegalStateException -
supportsAssignedResourceSearchOrder() is false
mandatory - This method must be implemented. void orderByStatus(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. IssueSearchOrderRecord getIssueSearchOrderRecord(Type issueRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.issueRecordType - a issue record typeNullArgumentException - issueRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(issueRecordType) is false mandatory - This method must be implemented.