|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditRecordApi
API for creating and retrieving audit records from the platform
| Method Summary | |
|---|---|
AuditRecordRepresentation |
create(AuditRecordRepresentation auditRecord)
Creates an audit record in the platform. |
AuditRecordRepresentation |
getAuditRecord(GId gid)
Gets an audit record by id |
PagedCollectionResource<AuditRecordCollectionRepresentation> |
getAuditRecords()
Gets all audit records from the platform |
PagedCollectionResource<AuditRecordCollectionRepresentation> |
getAuditRecordsByFilter(AuditRecordFilter filter)
Gets audit records from the platform based on the specified filter |
| Method Detail |
|---|
AuditRecordRepresentation getAuditRecord(GId gid)
throws SDKException
gid - id of the audit record to search for
SDKException - if the audit record is not found
AuditRecordRepresentation create(AuditRecordRepresentation auditRecord)
throws SDKException
auditRecord - the audit record to be created
SDKException - if the audit record could not be generated
PagedCollectionResource<AuditRecordCollectionRepresentation> getAuditRecords()
throws SDKException
SDKException - if the query failed
PagedCollectionResource<AuditRecordCollectionRepresentation> getAuditRecordsByFilter(AuditRecordFilter filter)
throws SDKException
filter - the filter criteria(s)
SDKException - if the query failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||