Interface JobConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing job constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetJobConstrainerSearchRecord(Type jobConstrainerSearchRecordType) Gets the job constrainer search record corresponding to the given job constrainer search recordType.This method is used to retrieve an object implementing the requested record.voidorderJobConstrainerResults(JobConstrainerSearchOrder jobConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongJobConstrainers(IdList foundryIds) Execute this search among the given list of job 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
-
searchAmongJobConstrainers
Execute this search among the given list of job constrainers.- Parameters:
foundryIds- list of job constrainers- Throws:
NullArgumentException-foundryIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderJobConstrainerResults
Specify an ordering to the search results.- Parameters:
jobConstrainerSearchOrder- job constrainer search order- Throws:
NullArgumentException-jobConstrainerSearchOrderisnullUnsupportedException-jobConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getJobConstrainerSearchRecord
JobConstrainerSearchRecord getJobConstrainerSearchRecord(Type jobConstrainerSearchRecordType) throws OperationFailedException Gets the job constrainer search record corresponding to the given job constrainer search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
jobConstrainerSearchRecordType- a job constrainer search record type- Returns:
- the job constrainer search record
- Throws:
NullArgumentException-jobConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(jobConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-