public interface ProcessEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProcessEnablerQueryInspector |
getProcessEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ProcessEnablerList |
getProcessEnablers()
Gets the
ProcessEnablerList resulting from a search. |
ProcessEnablerSearchResultsRecord |
getProcessEnablerSearchResultsRecord(Type processEnablerSearchRecordType)
Gets the process enabler search results record corresponding to the
given process enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProcessEnablerList getProcessEnablers()
ProcessEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ProcessEnablerQueryInspector getProcessEnablerQueryInspector()
mandatory - This method must be implemented. ProcessEnablerSearchResultsRecord getProcessEnablerSearchResultsRecord(Type processEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.processEnablerSearchRecordType - a process enabler search record
typeNullArgumentException -
processEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(processEnablerSearchRecordType) is
false mandatory - This method must be implemented.