Interface StepConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing step constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepConstrainerSearchRecord(Type stepConstrainerSearchRecordType) Gets the step constrainer search record corresponding to the given step constrainer search recordType.This method is used to retrieve an object implementing the requested record.voidorderStepConstrainerResults(StepConstrainerSearchOrder stepConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongStepConstrainers(IdList officeIds) Execute this search among the given list of step 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
-
searchAmongStepConstrainers
Execute this search among the given list of step constrainers.- Parameters:
officeIds- list of step constrainers- Throws:
NullArgumentException-officeIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderStepConstrainerResults
Specify an ordering to the search results.- Parameters:
stepConstrainerSearchOrder- step constrainer search order- Throws:
NullArgumentException-stepConstrainerSearchOrderisnullUnsupportedException-stepConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getStepConstrainerSearchRecord
StepConstrainerSearchRecord getStepConstrainerSearchRecord(Type stepConstrainerSearchRecordType) throws OperationFailedException Gets the step constrainer search record corresponding to the given step constrainer search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
stepConstrainerSearchRecordType- a step constrainer search record type- Returns:
- the step constrainer search record
- Throws:
NullArgumentException-stepConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-