public interface ParameterProcessorEnablerSearch extends OsidSearch
The search for governing parameter processor enabler searches.
Modifier and Type | Method and Description |
---|---|
ParameterProcessorEnablerSearchRecord |
getParameterProcessorEnablerSearchRecord(Type parameterProcessorEnablerSearchRecordType)
Gets the parameter processor enabler search record corresponding to
the given parameter processor enabler search record
Type. |
void |
orderParameterProcessorEnablerResults(ParameterProcessorEnablerSearchOrder parameterProcessorEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongParameterProcessorEnablers(IdList parameterProcessorEnablerIds)
Execute this search among the given list of parameter processor
enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongParameterProcessorEnablers(IdList parameterProcessorEnablerIds)
parameterProcessorEnablerIds
- list of parameter processor
enablersNullArgumentException
-
parameterProcessorEnablerIds
is null
mandatory
- This method must be implemented. void orderParameterProcessorEnablerResults(ParameterProcessorEnablerSearchOrder parameterProcessorEnablerSearchOrder)
parameterProcessorEnablerSearchOrder
- parameter processor
enabler search orderNullArgumentException
-
parameterProcessorEnablerSearchOrder
is null
UnsupportedException
-
parameterProcessorEnablerSearchOrder
is not of this
servicemandatory
- This method must be implemented. ParameterProcessorEnablerSearchRecord getParameterProcessorEnablerSearchRecord(Type parameterProcessorEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the
requested record.parameterProcessorEnablerSearchRecordType
- a parameter
processor enabler search record typeNullArgumentException
-
parameterProcessorEnablerSearchRecordType
is
null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(parameterProcessorEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.