Interface ProcessEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing process enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessEnablerSearchRecord(Type processEnablerSearchRecordType) Gets the process enabler search record corresponding to the given process enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderProcessEnablerResults(ProcessEnablerSearchOrder processEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongProcessEnablers(IdList officeIds) Execute this search among the given list of process 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
-
searchAmongProcessEnablers
Execute this search among the given list of process enablers.- Parameters:
officeIds- list of process enablers- Throws:
NullArgumentException-officeIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderProcessEnablerResults
Specify an ordering to the search results.- Parameters:
processEnablerSearchOrder- process enabler search order- Throws:
NullArgumentException-processEnablerSearchOrderisnullUnsupportedException-processEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getProcessEnablerSearchRecord
ProcessEnablerSearchRecord getProcessEnablerSearchRecord(Type processEnablerSearchRecordType) throws OperationFailedException Gets the process enabler search record corresponding to the given process enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
processEnablerSearchRecordType- a process enabler search record type- Returns:
- the process enabler search record
- Throws:
NullArgumentException-processEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(processEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-