Uses of Class
com.tetsuwantech.atom.database.audit.Action
-
Packages that use Action Package Description com.tetsuwantech.atom.database.audit -
-
Uses of Action in com.tetsuwantech.atom.database.audit
Methods in com.tetsuwantech.atom.database.audit that return Action Modifier and Type Method Description Action
Audit. getAction()
static Action
Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tetsuwantech.atom.database.audit with parameters of type Action Modifier and Type Method Description void
Audit. setAction(Action action)
Constructors in com.tetsuwantech.atom.database.audit with parameters of type Action Constructor Description Audit(Action action, Subject subject, String table, Long auditId, Instant date)
-