Interface StepConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing step constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepConstrainerEnablerSearchRecord(Type stepConstrainerEnablerSearchRecordType) Gets the step constrainer enabler search record corresponding to the given step constrainer enabler search recordType.voidorderStepConstrainerEnablerResults(StepConstrainerEnablerSearchOrder stepConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongStepConstrainerEnablers(IdList stepConstrainerEnablerIds) Execute this search among the given list of step constrainer enablers.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
-
searchAmongStepConstrainerEnablers
Execute this search among the given list of step constrainer enablers.- Parameters:
stepConstrainerEnablerIds- list of step constrainer enablers- Throws:
NullArgumentException-stepConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderStepConstrainerEnablerResults
void orderStepConstrainerEnablerResults(StepConstrainerEnablerSearchOrder stepConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
stepConstrainerEnablerSearchOrder- step constrainer enabler search order- Throws:
NullArgumentException-stepConstrainerEnablerSearchOrderisnullUnsupportedException-stepConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getStepConstrainerEnablerSearchRecord
StepConstrainerEnablerSearchRecord getStepConstrainerEnablerSearchRecord(Type stepConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the step constrainer enabler search record corresponding to the given step constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
stepConstrainerEnablerSearchRecordType- a step constrainer enabler search record type- Returns:
- the step constrainer enabler search record
- Throws:
NullArgumentException-stepConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-