| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.util.api |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuditLogWithHistory> |
AccountUserApi.getAuditLogsWithHistoryForId(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given account.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditLevel |
AuditLevel.valueOf(java.lang.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(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects) for a given account
|
AccountAuditLogsForObjectType |
AuditUserApi.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> |
AuditUserApi.getAuditLogs(java.util.UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
Copyright © 2010-2018. All Rights Reserved.