public interface StepConstrainerEnablerSearch extends OsidSearch
The search interface for governing step constrainer enabler searches.
Modifier and Type | Method and Description |
---|---|
StepConstrainerEnablerSearchRecord |
getStepConstrainerEnablerSearchRecord(Type stepConstrainerEnablerSearchRecordType)
Gets the step constrainer enabler search record corresponding to the
given step constrainer enabler search record
Type. |
void |
orderStepConstrainerEnablerResults(StepConstrainerEnablerSearchOrder stepConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongStepConstrainerEnablers(IdList stepConstrainerEnablerIds)
Execute this search among the given list of step constrainer enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongStepConstrainerEnablers(IdList stepConstrainerEnablerIds)
stepConstrainerEnablerIds
- list of step constrainer enablersNullArgumentException
-
stepConstrainerEnablerIds
is null
mandatory
- This method must be implemented. void orderStepConstrainerEnablerResults(StepConstrainerEnablerSearchOrder stepConstrainerEnablerSearchOrder)
stepConstrainerEnablerSearchOrder
- step constrainer enabler
search orderNullArgumentException
-
stepConstrainerEnablerSearchOrder
is null
UnsupportedException
-
stepConstrainerEnablerSearchOrder
is not of this
servicemandatory
- This method must be implemented. StepConstrainerEnablerSearchRecord getStepConstrainerEnablerSearchRecord(Type stepConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This
method is used to retrieve an object implementing the requested
record.stepConstrainerEnablerSearchRecordType
- a step constrainer
enabler search record typeNullArgumentException
-
stepConstrainerEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(stepConstrainerEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.