Uses of Enum Class
com.flowable.platform.service.permission.AuthorizedUserAction
Packages that use AuthorizedUserAction
-
Uses of AuthorizedUserAction in com.flowable.platform.service.permission
Subclasses with type arguments of type AuthorizedUserAction in com.flowable.platform.service.permissionModifier and TypeClassDescriptionenumThis enumeration contains a list of actions which are authorized as part of the permission check when executing actions for a user.Methods in com.flowable.platform.service.permission that return AuthorizedUserActionModifier and TypeMethodDescriptionstatic AuthorizedUserActionAuthorizedUserAction.parseFromKey(String key) static AuthorizedUserActionReturns the enum constant of this class with the specified name.static AuthorizedUserAction[]AuthorizedUserAction.values()Returns an array containing the constants of this enum class, in the order they are declared.