public interface ObstacleEnablerSearch extends OsidSearch
The search interface for governing obstacle enabler searches.
Modifier and Type | Method and Description |
---|---|
ObstacleEnablerSearchRecord |
getObstacleEnablerSearchRecord(Type obstacleEnablerSearchRecordType)
Gets the obstacle enabler search record corresponding to the given
obstacle enabler search record
Type. |
void |
orderObstacleEnablerResults(ObstacleEnablerSearchOrder obstacleEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongObstacleEnablers(IdList mapIds)
Execute this search among the given list of obstacle enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongObstacleEnablers(IdList mapIds)
mapIds
- list of obstacle enablersNullArgumentException
- mapIds
is
null
mandatory
- This method must be implemented. void orderObstacleEnablerResults(ObstacleEnablerSearchOrder obstacleEnablerSearchOrder)
obstacleEnablerSearchOrder
- obstacle enabler search orderNullArgumentException
-
obstacleEnablerSearchOrder
is null
UnsupportedException
-
obstacleEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. ObstacleEnablerSearchRecord getObstacleEnablerSearchRecord(Type obstacleEnablerSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.obstacleEnablerSearchRecordType
- an obstacle enabler search
record typeNullArgumentException
-
obstacleEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(obstacleEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.