Interface IssueConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing issue constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetIssueConstrainerEnablerSearchRecord(Type issueConstrainerEnablerSearchRecordType) Gets the issue constrainer enabler search record corresponding to the given issue constrainer enabler search recordType.voidorderIssueConstrainerEnablerResults(IssueConstrainerEnablerSearchOrder issueConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongIssueConstrainerEnablers(IdList issueConstrainerEnablerIds) Execute this search among the given list of issue constrainer 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
-
searchAmongIssueConstrainerEnablers
Execute this search among the given list of issue constrainer enablers.- Parameters:
issueConstrainerEnablerIds- list of issue constrainer enablers- Throws:
NullArgumentException-issueConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderIssueConstrainerEnablerResults
void orderIssueConstrainerEnablerResults(IssueConstrainerEnablerSearchOrder issueConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
issueConstrainerEnablerSearchOrder- issue constrainer enabler search order- Throws:
NullArgumentException-issueConstrainerEnablerSearchOrderisnullUnsupportedException-issueConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getIssueConstrainerEnablerSearchRecord
IssueConstrainerEnablerSearchRecord getIssueConstrainerEnablerSearchRecord(Type issueConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the issue constrainer enabler search record corresponding to the given issue constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
issueConstrainerEnablerSearchRecordType- an issue constrainer enabler search record type- Returns:
- the issue constrainer enabler search record
- Throws:
NullArgumentException-issueConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(issueConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-