public interface ChainSearch extends OsidSearch
The search interface for governing chain searches.
Modifier and Type | Method and Description |
---|---|
ChainSearchRecord |
getChainSearchRecord(Type chainSearchRecordType)
Gets the chain search record corresponding to the given chain search
record
Type. |
void |
orderChainResults(ChainSearchOrder chainSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongChains(IdList chainIds)
Execute this search among the given list of chains.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongChains(IdList chainIds)
chainIds
- list of chainsNullArgumentException
- chainIds
is
null
mandatory
- This method must be implemented. void orderChainResults(ChainSearchOrder chainSearchOrder)
chainSearchOrder
- chain search orderNullArgumentException
- chainSearchOrder
is null
UnsupportedException
- chainSearchOrder
is not of this servicemandatory
- This method must be implemented. ChainSearchRecord getChainSearchRecord(Type chainSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record.chainSearchRecordType
- a chain search record typeNullArgumentException
- chainSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(chainSearchRecordType)
is false
mandatory
- This method must be implemented.