| Package | Description |
|---|---|
| org.killbill.billing.util.api |
| Modifier and Type | Method and Description |
|---|---|
static AuditLevel |
AuditLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLevel[] |
AuditLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccountAuditLogs |
AuditUserApi.getAccountAuditLogs(UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects) for a given account
|
AccountAuditLogsForObjectType |
AuditUserApi.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> |
AuditUserApi.getAuditLogs(UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
Copyright © 2010-2014. All Rights Reserved.