Uses of Enum Class
com.logicaldoc.core.security.user.UserEvent
Packages that use UserEvent
Package
Description
Definition of the User object and ancillary objects
-
Uses of UserEvent in com.logicaldoc.core.security.user
Methods in com.logicaldoc.core.security.user that return UserEventModifier and TypeMethodDescriptionstatic UserEvent
Gets the right enumeration entry from the corresponding resource bundle keyUserHistory.getEventEnum()
static UserEvent
Returns the enum constant of this class with the specified name.static UserEvent[]
UserEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.logicaldoc.core.security.user with parameters of type UserEventModifier and TypeMethodDescriptionHibernateUserHistoryDAO.createUserHistory
(User user, UserEvent eventType, String comment, String sessionId, Client client) UserHistoryDAO.createUserHistory
(User user, UserEvent event, String comment, String sessionId, Client client) Creates an user history entryvoid