Uses of Class
lumis.portal.audit.AuditEntryState
-
Packages that use AuditEntryState Package Description lumis.portal.audit -
-
Uses of AuditEntryState in lumis.portal.audit
Methods in lumis.portal.audit that return AuditEntryState Modifier and Type Method Description static AuditEntryState
AuditEntryState. valueOf(int value)
Returns the enum constant of this type with the specified name.static AuditEntryState
AuditEntryState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditEntryState[]
AuditEntryState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.audit with parameters of type AuditEntryState Modifier and Type Method Description protected void
AuditManager. registerEntry(lumis.portal.audit.AuditEntry auditEntry, AuditEntryState state)
Register the audit entry in database.
-