| Package | Description |
|---|---|
| com.helger.photon.audit | |
| com.helger.photon.audit.v2 | |
| com.helger.photon.audit.v2.domain |
| Modifier and Type | Method and Description |
|---|---|
static EAuditActionType |
EAuditActionType.getFromIDOrNull(String sID) |
static EAuditActionType |
EAuditActionType.getFromIDOrNull(String sID) |
EAuditActionType |
AuditItem.getType() |
EAuditActionType |
IAuditItem.getType() |
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.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.
|
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 |
AbstractAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs) |
void |
IAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs)
Create a new audit item.
|
void |
SimpleAuditManager.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs) |
void |
SimpleAuditManager.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs) |
void |
IAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs)
Create a new audit item.
|
void |
AbstractAuditor.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sAction,
Object... aArgs) |
| Constructor and Description |
|---|
AuditItem(LocalDateTime aDateTime,
String sUserID,
EAuditActionType eType,
com.helger.commons.state.ESuccess eSuccess,
String sAction) |
AuditItem(LocalDateTime aDateTime,
String sUserID,
EAuditActionType eType,
com.helger.commons.state.ESuccess eSuccess,
String sAction) |
AuditItem(String sUserID,
EAuditActionType eType,
com.helger.commons.state.ESuccess eSuccess,
String sAction) |
AuditItem(String sUserID,
EAuditActionType eType,
com.helger.commons.state.ESuccess eSuccess,
String sAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Audit2Bridge.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sUserAction,
Object... aArgs) |
void |
Audit2Bridge.createAuditItem(EAuditActionType eActionType,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.type.ObjectType aActionObjectType,
String sUserAction,
Object... aArgs) |
AuditEventBuilder |
AuditEventBuilder.setAction(EAuditActionType eAction) |
AuditEventBuilder |
AuditEventBuilder.setAction(EAuditActionType eAction) |
| Modifier and Type | Method and Description |
|---|---|
EAuditActionType |
AuditEvent.getAction() |
EAuditActionType |
AuditEvent.getAction() |
| Constructor and Description |
|---|
AuditEvent(long nID,
LocalDateTime aCreationDT,
String sActor,
String sOrigin,
EAuditActionType eAction,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.collection.impl.ICommonsList<AuditField> aFields)
Constructor.
|
AuditEvent(long nID,
LocalDateTime aCreationDT,
String sActor,
String sOrigin,
EAuditActionType eAction,
com.helger.commons.state.ESuccess eSuccess,
com.helger.commons.collection.impl.ICommonsList<AuditField> aFields)
Constructor.
|
Copyright © 2014–2023 Philip Helger. All rights reserved.