public interface ProfileEntryEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProfileEntryEnablerQueryInspector |
getProfileEntryEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ProfileEntryEnablerList |
getProfileEntryEnablers()
Gets the
ProfileEntryEnablerList resulting from a
search. |
ProfileEntryEnablerSearchResultsRecord |
getProfileEntryEnablerSearchResultsRecord(Type profileEntryEnablerSearchRecordType)
Gets the profile entry enabler search results record corresponding to
the given profile entry enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProfileEntryEnablerList getProfileEntryEnablers()
ProfileEntryEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ProfileEntryEnablerQueryInspector getProfileEntryEnablerQueryInspector()
mandatory - This method must be implemented. ProfileEntryEnablerSearchResultsRecord getProfileEntryEnablerSearchResultsRecord(Type profileEntryEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing the
requested record.profileEntryEnablerSearchRecordType - a profile entry enabler
search record typeNullArgumentException -
profileEntryEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(profileEntryEnablerSearchRecordType) is
false mandatory - This method must be implemented.