Uses of Class
com.storedobject.core.UserAction
Packages that use UserAction
-
Uses of UserAction in com.storedobject.core
Methods in com.storedobject.core that return UserActionModifier and TypeMethodDescriptionstatic UserActionUserAction.get(SystemUser user, UIAction action) Retrieves a UserAction object based on the specified SystemUser and UIAction.static UserActionUserAction.get(SystemUser user, String action) Retrieves a UserAction based on the given SystemUser and action.static UserActionUserAction.get(TransactionManager tm, StoredObject object, String action) Retrieves aUserActionobject associated with a specific stored object and action.static UserActionUserAction.get(TransactionManager tm, String action) Retrieves a UserAction object associated with a given action.UserActionLog.getUserAction()Retrieves the UserAction associated with this UserActionLog.Methods in com.storedobject.core with parameters of type UserActionModifier and TypeMethodDescriptionvoidUserActionLog.setUserAction(UserAction userAction) Sets the user action for the current object by extracting the ID from the provided UserAction instance.