public interface AuditEnablerSearch extends OsidSearch
The search interface for governing audit enabler searches.
Modifier and Type | Method and Description |
---|---|
AuditEnablerSearchRecord |
getAuditEnablerSearchRecord(Type auditEnablerSearchRecordType)
Gets the audit enabler search record corresponding to the given audit
enabler search record
Type. |
void |
orderAuditEnablerResults(AuditEnablerSearchOrder auditEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongAuditEnablers(IdList auditEnablerIds)
Execute this search among the given list of audit enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongAuditEnablers(IdList auditEnablerIds)
auditEnablerIds
- list of audit enablersNullArgumentException
- auditEnablerIds
is null
mandatory
- This method must be implemented. void orderAuditEnablerResults(AuditEnablerSearchOrder auditEnablerSearchOrder)
auditEnablerSearchOrder
- audit enabler search orderNullArgumentException
- auditEnablerSearchOrder
is null
UnsupportedException
- auditEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. AuditEnablerSearchRecord getAuditEnablerSearchRecord(Type auditEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.auditEnablerSearchRecordType
- an audit enabler search record
typeNullArgumentException
-
auditEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(auditEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.