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