Interface IssueConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing issue constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetIssueConstrainerSearchRecord(Type issueConstrainerSearchRecordType) Gets the issue constrainer search record corresponding to the given issue constrainer search recordType.This method is used to retrieve an object implementing the requested record.voidorderIssueConstrainerResults(IssueConstrainerSearchOrder issueConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongIssueConstrainers(IdList issueConstrainerIds) Execute this search among the given list of issue constrainers.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
-
searchAmongIssueConstrainers
Execute this search among the given list of issue constrainers.- Parameters:
issueConstrainerIds- list of issue constrainers- Throws:
NullArgumentException-issueConstrainerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderIssueConstrainerResults
Specify an ordering to the search results.- Parameters:
issueConstrainerSearchOrder- issue constrainer search order- Throws:
NullArgumentException-issueConstrainerSearchOrderisnullUnsupportedException-issueConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getIssueConstrainerSearchRecord
IssueConstrainerSearchRecord getIssueConstrainerSearchRecord(Type issueConstrainerSearchRecordType) throws OperationFailedException Gets the issue constrainer search record corresponding to the given issue constrainer search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
issueConstrainerSearchRecordType- an issue constrainer search record type- Returns:
- the issue constrainer search record
- Throws:
NullArgumentException-issueConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(issueConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-