public interface Engine extends OsidCatalog
An Engine
represents a search engine. Like all OSID
objects, an Engine
is identified by its Id
and any persisted references should use the Id.
Modifier and Type | Method and Description |
---|---|
EngineRecord |
getEngineRecord(Type engineRecordType)
Gets the engine record corresponding to the given
Engine
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
EngineRecord getEngineRecord(Type engineRecordType) throws OperationFailedException, PermissionDeniedException
Engine
record Type.
This method is used to retrieve an
object implementing the requested record. The engineRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(engineRecordType)
is true
.engineRecordType
- the type of engine record to retrieveNullArgumentException
- engineRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(engineRecordType)
is false
mandatory
- This method must be implemented.