Interface ProcessConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing process constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessConstrainerSearchRecord(Type processConstrainerSearchRecordType) Gets the process constrainer search record corresponding to the given process constrainer search recordType.voidorderProcessConstrainerResults(ProcessConstrainerSearchOrder processConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongProcessConstrainers(IdList processConstrainerIds) Execute this search among the given list of process 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
-
searchAmongProcessConstrainers
Execute this search among the given list of process constrainers.- Parameters:
processConstrainerIds- list of process constrainer- Throws:
NullArgumentException-processConstrainerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderProcessConstrainerResults
Specify an ordering to the search results.- Parameters:
processConstrainerSearchOrder- process constrainer search order- Throws:
NullArgumentException-processConstrainerSearchOrderisnullUnsupportedException-processConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getProcessConstrainerSearchRecord
ProcessConstrainerSearchRecord getProcessConstrainerSearchRecord(Type processConstrainerSearchRecordType) throws OperationFailedException Gets the process constrainer search record corresponding to the given process constrainer search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
processConstrainerSearchRecordType- a process constrainer search record type- Returns:
- the process constrainer search record
- Throws:
NullArgumentException-processConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(processConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-