public interface JobConstrainerSearch extends OsidSearch
The search interface for governing job constrainer searches.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerSearchRecord |
getJobConstrainerSearchRecord(Type jobConstrainerSearchRecordType)
Gets the job constrainer search record corresponding to the given job
constrainer search record
Type. |
void |
orderJobConstrainerResults(JobConstrainerSearchOrder jobConstrainerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongJobConstrainers(IdList foundryIds)
Execute this search among the given list of job constrainers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongJobConstrainers(IdList foundryIds)
foundryIds - list of job constrainersNullArgumentException - foundryIds is
null mandatory - This method must be implemented. void orderJobConstrainerResults(JobConstrainerSearchOrder jobConstrainerSearchOrder)
jobConstrainerSearchOrder - job constrainer search orderNullArgumentException -
jobConstrainerSearchOrder is null UnsupportedException - jobConstrainerSearchOrder
is not of this servicemandatory - This method must be implemented. JobConstrainerSearchRecord getJobConstrainerSearchRecord(Type jobConstrainerSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.jobConstrainerSearchRecordType - a job constrainer search record
typeNullArgumentException -
jobConstrainerSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerSearchRecordType) is
false mandatory - This method must be implemented.