public interface JobConstrainerEnablerSearch extends OsidSearch
The search interface for governing job constrainer enabler searches.
Modifier and Type | Method and Description |
---|---|
JobConstrainerEnablerSearchRecord |
getJobConstrainerEnablerSearchRecord(Type jobConstrainerEnablerSearchRecordType)
Gets the job constrainer enabler search record corresponding to the
given job constrainer enabler search record
Type. |
void |
orderJobConstrainerEnablerResults(JobConstrainerEnablerSearchOrder jobConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
Execute this search among the given list of job constrainer enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
jobConstrainerEnablerIds
- list of job constrainer enablersNullArgumentException
- jobConstrainerEnablerIds
is null
mandatory
- This method must be implemented. void orderJobConstrainerEnablerResults(JobConstrainerEnablerSearchOrder jobConstrainerEnablerSearchOrder)
jobConstrainerEnablerSearchOrder
- job constrainer enabler
search orderNullArgumentException
-
jobConstrainerEnablerSearchOrder
is null
UnsupportedException
-
jobConstrainerEnablerSearchOrder
is not of this
servicemandatory
- This method must be implemented. JobConstrainerEnablerSearchRecord getJobConstrainerEnablerSearchRecord(Type jobConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This
method is used to retrieve an object implementing the requested
record.jobConstrainerEnablerSearchRecordType
- a job constrainer
enabler search record typeNullArgumentException
-
jobConstrainerEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(jobConstrainerEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.