Uses of Class
com.logicaldoc.core.security.UserEvent
-
Packages that use UserEvent Package Description com.logicaldoc.core.security -
-
Uses of UserEvent in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return UserEvent Modifier and Type Method Description static UserEvent
UserEvent. fromString(String event)
static UserEvent
UserEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserEvent[]
UserEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-