public interface CanonicalUnitProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CanonicalUnitProcessorEnablerQueryInspector |
getCanonicalUnitProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CanonicalUnitProcessorEnablerList |
getCanonicalUnitProcessorEnablers()
Gets the
CanonicalUnitProcessorEnablerList resulting
from a search. |
CanonicalUnitProcessorEnablerSearchResultsRecord |
getCanonicalUnitProcessorEnablerSearchResultsRecord(Type canonicalUnitProcessorEnablerSearchRecordType)
Gets the canonical unit processor enabler search results record
corresponding to the given canonical unit processor enabler search
record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCanonicalUnitProcessorEnablerList getCanonicalUnitProcessorEnablers()
CanonicalUnitProcessorEnablerList resulting
from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CanonicalUnitProcessorEnablerQueryInspector getCanonicalUnitProcessorEnablerQueryInspector()
mandatory - This method must be implemented. CanonicalUnitProcessorEnablerSearchResultsRecord getCanonicalUnitProcessorEnablerSearchResultsRecord(Type canonicalUnitProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be used to retrieve an
object implementing the requested record.canonicalUnitProcessorEnablerSearchRecordType - a canonical unit
processor enabler search record typeNullArgumentException -
canonicalUnitProcessorEnablerSearchRecordType is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(canonicalUnitProcessorEnablerSearchRecordType)
is false mandatory - This method must be implemented.