Uses of Class
com.helger.photon.audit.EAuditActionType
-
Packages that use EAuditActionType Package Description com.helger.photon.audit com.helger.photon.audit.v2 com.helger.photon.audit.v2.domain -
-
Uses of EAuditActionType in com.helger.photon.audit
Methods in com.helger.photon.audit that return EAuditActionType Modifier and Type Method Description static EAuditActionTypeEAuditActionType. getFromIDOrNull(String sID)EAuditActionTypeAuditItem. getType()EAuditActionTypeIAuditItem. getType()static EAuditActionTypeEAuditActionType. 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.Methods in com.helger.photon.audit with parameters of type EAuditActionType Modifier and Type Method Description voidAbstractAuditor. createAuditItem(EAuditActionType eActionType, com.helger.commons.state.ESuccess eSuccess, com.helger.commons.type.ObjectType aActionObjectType, String sAction, Object... aArgs)voidIAuditor. createAuditItem(EAuditActionType eActionType, com.helger.commons.state.ESuccess eSuccess, com.helger.commons.type.ObjectType aActionObjectType, String sAction, Object... aArgs)Create a new audit item.voidSimpleAuditManager. createAuditItem(EAuditActionType eActionType, com.helger.commons.state.ESuccess eSuccess, com.helger.commons.type.ObjectType aActionObjectType, String sAction, Object... aArgs)Constructors in com.helger.photon.audit with parameters of type EAuditActionType Constructor Description AuditItem(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) -
Uses of EAuditActionType in com.helger.photon.audit.v2
Methods in com.helger.photon.audit.v2 with parameters of type EAuditActionType Modifier and Type Method Description voidAudit2Bridge. createAuditItem(EAuditActionType eActionType, com.helger.commons.state.ESuccess eSuccess, com.helger.commons.type.ObjectType aActionObjectType, String sUserAction, Object... aArgs)AuditEventBuilderAuditEventBuilder. setAction(EAuditActionType eAction) -
Uses of EAuditActionType in com.helger.photon.audit.v2.domain
Methods in com.helger.photon.audit.v2.domain that return EAuditActionType Modifier and Type Method Description EAuditActionTypeAuditEvent. getAction()Constructors in com.helger.photon.audit.v2.domain with parameters of type EAuditActionType 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.
-