Interface IssueEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing issue enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetIssueEnablerSearchRecord(Type issueEnablerSearchRecordType) Gets the issue enabler search record corresponding to the given issue enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderIssueEnablerResults(IssueEnablerSearchOrder issueEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongIssueEnablers(IdList issueEnablerIds) Execute this search among the given list of issue enablers.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 OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongIssueEnablers
Execute this search among the given list of issue enablers.- Parameters:
issueEnablerIds- list of issue enablers- Throws:
NullArgumentException-issueEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderIssueEnablerResults
Specify an ordering to the search results.- Parameters:
issueEnablerSearchOrder- issue enabler search order- Throws:
NullArgumentException-issueEnablerSearchOrderisnullUnsupportedException-issueEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getIssueEnablerSearchRecord
IssueEnablerSearchRecord getIssueEnablerSearchRecord(Type issueEnablerSearchRecordType) throws OperationFailedException Gets the issue enabler search record corresponding to the given issue enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
issueEnablerSearchRecordType- an issue enabler search record type- Returns:
- the issue enabler search record
- Throws:
NullArgumentException-issueEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(issueEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-