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 UserEventUserEvent. fromString(String event)static UserEventUserEvent. 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.
-