public interface ModuleSearch extends OsidSearch
The search interface for governing module searches.
Modifier and Type | Method and Description |
---|---|
ModuleSearchRecord |
getModuleSearchRecord(Type moduleSearchRecordType)
Gets the module search record corresponding to the given module search
record
Type. |
void |
orderModuleResults(ModuleSearchOrder moduleSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongModules(IdList moduleIds)
Execute this search among the given list of modules.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongModules(IdList moduleIds)
moduleIds
- list of modulesNullArgumentException
- moduleIds
is
null
mandatory
- This method must be implemented. void orderModuleResults(ModuleSearchOrder moduleSearchOrder)
moduleSearchOrder
- module search orderNullArgumentException
- moduleSearchOrder
is null
UnsupportedException
- moduleSearchOrder
is not of this servicemandatory
- This method must be implemented. ModuleSearchRecord getModuleSearchRecord(Type moduleSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record.moduleSearchRecordType
- a module search record typeNullArgumentException
- moduleSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(moduleSearchRecordType)
is false
mandatory
- This method must be implemented.