Interface AuditEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing audit enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditEnablerSearchRecord(Type auditEnablerSearchRecordType) Gets the audit enabler search record corresponding to the given audit enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderAuditEnablerResults(AuditEnablerSearchOrder auditEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuditEnablers(IdList auditEnablerIds) Execute this search among the given list of audit enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongAuditEnablers
Execute this search among the given list of audit enablers.- Parameters:
auditEnablerIds- list of audit enablers- Throws:
NullArgumentException-auditEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuditEnablerResults
Specify an ordering to the search results.- Parameters:
auditEnablerSearchOrder- audit enabler search order- Throws:
NullArgumentException-auditEnablerSearchOrderisnullUnsupportedException-auditEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuditEnablerSearchRecord
AuditEnablerSearchRecord getAuditEnablerSearchRecord(Type auditEnablerSearchRecordType) throws OperationFailedException Gets the audit enabler search record corresponding to the given audit enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
auditEnablerSearchRecordType- an audit enabler search record type- Returns:
- the audit enabler search record
- Throws:
NullArgumentException-auditEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auditEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-