public interface AuditUserApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
AccountAuditLogs |
getAccountAuditLogs(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects) for a given account
|
AccountAuditLogsForObjectType |
getAccountAuditLogs(java.util.UUID accountId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects of a given type) for a given account
|
java.util.List<AuditLog> |
getAuditLogs(java.util.UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
AccountAuditLogs getAccountAuditLogs(java.util.UUID accountId, AuditLevel auditLevel, TenantContext context)
accountId - account idauditLevel - audit level (verbosity)context - the tenant contextAccountAuditLogsForObjectType getAccountAuditLogs(java.util.UUID accountId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)
accountId - account idobjectType - the type of objectauditLevel - audit level (verbosity)context - the tenant contextjava.util.List<AuditLog> getAuditLogs(java.util.UUID objectId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)
objectId - the object idobjectType - the type of objectauditLevel - audit level (verbosity)context - the tenant contextCopyright © 2010-2018. All Rights Reserved.