public interface EdgeEnablerSearch extends OsidSearch
The search interface for governing edge enabler searches.
Modifier and Type | Method and Description |
---|---|
EdgeEnablerSearchRecord |
getEdgeEnablerSearchRecord(Type edgeEnablerSearchRecordType)
Gets the edge enabler search record corresponding to the given edge
enabler search record
Type. |
void |
orderEdgeEnablerResults(EdgeEnablerSearchOrder edgeEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongEdgeEnablers(IdList edgeEnablerIds)
Execute this search among the given list of edge enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongEdgeEnablers(IdList edgeEnablerIds)
edgeEnablerIds
- list of edge enablersNullArgumentException
- edgeEnablerIds
is null
mandatory
- This method must be implemented. void orderEdgeEnablerResults(EdgeEnablerSearchOrder edgeEnablerSearchOrder)
edgeEnablerSearchOrder
- edge enabler search orderNullArgumentException
- edgeEnablerSearchOrder
is null
UnsupportedException
- edgeEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. EdgeEnablerSearchRecord getEdgeEnablerSearchRecord(Type edgeEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.edgeEnablerSearchRecordType
- an edge enabler search record typeNullArgumentException
-
edgeEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(edgeEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.