public interface CanonicalUnitEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
CanonicalUnitEnablerQueryInspector |
getCanonicalUnitEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CanonicalUnitEnablerList |
getCanonicalUnitEnablers()
Gets the
CanonicalUnitEnablerList resulting from a
search. |
CanonicalUnitEnablerSearchResultsRecord |
getCanonicalUnitEnablerSearchResultsRecord(Type canonicalUnitEnablerSearchRecordType)
Gets the canonical unit enabler search results record corresponding to
the given canonical unit enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
CanonicalUnitEnablerList getCanonicalUnitEnablers()
CanonicalUnitEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. CanonicalUnitEnablerQueryInspector getCanonicalUnitEnablerQueryInspector()
mandatory
- This method must be implemented. CanonicalUnitEnablerSearchResultsRecord getCanonicalUnitEnablerSearchResultsRecord(Type canonicalUnitEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing the
requested record.canonicalUnitEnablerSearchRecordType
- a canonical unit enabler
search record typeNullArgumentException
-
canonicalUnitEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(canonicalUnitEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.