public interface PathSearch extends OsidSearch
The search interface for governing path searches.
Modifier and Type | Method and Description |
---|---|
PathSearchRecord |
getPathSearchRecord(Type pathSearchRecordType)
Gets the path search record corresponding to the given path search
record
Type. |
void |
orderPathResults(PathSearchOrder pathSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongPaths(IdList pathIds)
Execute this search among the given list of paths.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongPaths(IdList pathIds)
pathIds
- list of pathsNullArgumentException
- pathIds
is
null
mandatory
- This method must be implemented. void orderPathResults(PathSearchOrder pathSearchOrder)
pathSearchOrder
- path search orderNullArgumentException
- pathSearchOrder
is null
UnsupportedException
- pathSearchOrder
is not of this servicemandatory
- This method must be implemented. PathSearchRecord getPathSearchRecord(Type pathSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record .pathSearchRecordType
- a path search record typeNullArgumentException
- pathSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(pathSearchRecordType)
is false
mandatory
- This method must be implemented.