Interface AuditConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing audit constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditConstrainerSearchRecord(Type auditConstrainerSearchRecordType) Gets the audit constrainer search record corresponding to the given audit constrainer search recordType.This method is used to retrieve an object implementing the requested record.voidorderAuditConstrainerResults(AuditConstrainerSearchOrder auditConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuditConstrainers(IdList auditConstrainerIds) Execute this search among the given list of audit constrainers.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
-
searchAmongAuditConstrainers
Execute this search among the given list of audit constrainers.- Parameters:
auditConstrainerIds- list of audit constrainer- Throws:
NullArgumentException-auditConstrainerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuditConstrainerResults
Specify an ordering to the search results.- Parameters:
auditConstrainerSearchOrder- audit constrainer search order- Throws:
NullArgumentException-auditConstrainerSearchOrderisnullUnsupportedException-auditConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuditConstrainerSearchRecord
AuditConstrainerSearchRecord getAuditConstrainerSearchRecord(Type auditConstrainerSearchRecordType) throws OperationFailedException Gets the audit constrainer search record corresponding to the given audit constrainer search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
auditConstrainerSearchRecordType- an audit constrainer search record type- Returns:
- the audit constrainer search record
- Throws:
NullArgumentException-auditConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auditConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-