public interface ProfileEntryEnablerSearch extends OsidSearch
The search interface for governing profile entry enabler searches.
| Modifier and Type | Method and Description |
|---|---|
ProfileEntryEnablerSearchRecord |
getProfileEntryEnablerSearchRecord(Type profileEntryEnablerSearchRecordType)
Gets the profile entry enabler search record corresponding to the
given profile entry enabler search record
Type. |
void |
orderProfileEntryEnablerResults(ProfileEntryEnablerSearchOrder profileEntryEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongProfileEntryEnablers(IdList profileEntryEnablerIds)
Execute this search among the given list of profile entry enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongProfileEntryEnablers(IdList profileEntryEnablerIds)
profileEntryEnablerIds - list of profile entry enablersNullArgumentException - profileEntryEnablerIds
is null mandatory - This method must be implemented. void orderProfileEntryEnablerResults(ProfileEntryEnablerSearchOrder profileEntryEnablerSearchOrder)
profileEntryEnablerSearchOrder - profile entry enabler search
orderNullArgumentException -
profileEntryEnablerSearchOrder is null UnsupportedException -
profileEntryEnablerSearchOrder is not of this servicemandatory - This method must be implemented. ProfileEntryEnablerSearchRecord getProfileEntryEnablerSearchRecord(Type profileEntryEnablerSearchRecordType) throws OperationFailedException
Type. This
method is used to retrieve an object implementing the requested
record.profileEntryEnablerSearchRecordType - a profile entry enabler
search record typeNullArgumentException -
profileEntryEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(profileEntryEnablerSearchRecordType) is
false mandatory - This method must be implemented.