Uses of Class
com.helger.photon.audit.v2.domain.AuditField
-
Packages that use AuditField Package Description com.helger.photon.audit.v2 com.helger.photon.audit.v2.domain -
-
Uses of AuditField in com.helger.photon.audit.v2
Methods in com.helger.photon.audit.v2 with parameters of type AuditField Modifier and Type Method Description AuditEventBuilderAuditEventBuilder. addField(AuditField aField) -
Uses of AuditField in com.helger.photon.audit.v2.domain
Methods in com.helger.photon.audit.v2.domain that return AuditField Modifier and Type Method Description static AuditFieldAuditField. createWithHiddenValue(String sFieldName)Factory method to create anAuditFieldwith a value that indicates, that the real value is not to be persisted or displayed.Methods in com.helger.photon.audit.v2.domain that return types with arguments of type AuditField Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<AuditField>AuditEvent. fields()com.helger.commons.collection.impl.ICommonsList<AuditField>AuditEvent. getAllFields()Constructor parameters in com.helger.photon.audit.v2.domain with type arguments of type AuditField Constructor 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.
-