| Package | Description |
|---|---|
| com.helger.photon.basic.audit |
| Modifier and Type | Method and Description |
|---|---|
static EAuditActionType |
EAuditActionType.getFromIDOrNull(String sID) |
EAuditActionType |
IAuditItem.getType() |
EAuditActionType |
AuditItem.getType() |
static EAuditActionType |
EAuditActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAuditActionType[] |
EAuditActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAuditManager.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
String sAction,
Object... aArgs) |
void |
IAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
String sAction,
Object... aArgs)
Create a new audit item.
|
void |
AbstractAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
String sAction,
Object... aArgs) |
| Constructor and Description |
|---|
AuditItem(String sUserID,
EAuditActionType eType,
com.helger.commons.state.ESuccess eSuccess,
String sAction) |
Copyright © 2014–2017 Philip Helger. All rights reserved.