Interface AuditProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing audit processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditProcessorEnablerSearchRecord(Type auditProcessorEnablerSearchRecordType) Gets the audit processor enabler search record corresponding to the given audit processor enabler search recordType.voidorderAuditProcessorEnablerResults(AuditProcessorEnablerSearchOrder auditProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuditProcessorEnablers(IdList auditProcessorEnablerIds) Execute this search among the given list of audit processor 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
-
searchAmongAuditProcessorEnablers
Execute this search among the given list of audit processor enablers.- Parameters:
auditProcessorEnablerIds- list of audit processor enablers- Throws:
NullArgumentException-auditProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuditProcessorEnablerResults
void orderAuditProcessorEnablerResults(AuditProcessorEnablerSearchOrder auditProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
auditProcessorEnablerSearchOrder- audit processor enabler search order- Throws:
NullArgumentException-auditProcessorEnablerSearchOrderisnullUnsupportedException-auditProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuditProcessorEnablerSearchRecord
AuditProcessorEnablerSearchRecord getAuditProcessorEnablerSearchRecord(Type auditProcessorEnablerSearchRecordType) throws OperationFailedException Gets the audit processor enabler search record corresponding to the given audit processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
auditProcessorEnablerSearchRecordType- an audit processor enabler search record type- Returns:
- the audit processor enabler search record
- Throws:
NullArgumentException-auditProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auditProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-