| Package | Description |
|---|---|
| com.helger.photon.audit.v2 | |
| com.helger.photon.audit.v2.domain |
| Modifier and Type | Method and Description |
|---|---|
AuditEventBuilder |
AuditEventBuilder.addField(AuditField aField) |
AuditEventBuilder |
AuditEventBuilder.addField(AuditField aField) |
| Modifier and Type | Method and Description |
|---|---|
static AuditField |
AuditField.createWithHiddenValue(String sFieldName)
Factory method to create an
AuditField with a value that indicates,
that the real value is not to be persisted or displayed. |
static AuditField |
AuditField.createWithHiddenValue(String sFieldName)
Factory method to create an
AuditField with a value that indicates,
that the real value is not to be persisted or displayed. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<AuditField> |
AuditEvent.fields() |
com.helger.commons.collection.impl.ICommonsList<AuditField> |
AuditEvent.fields() |
com.helger.commons.collection.impl.ICommonsList<AuditField> |
AuditEvent.getAllFields() |
com.helger.commons.collection.impl.ICommonsList<AuditField> |
AuditEvent.getAllFields() |
| 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.