Uses of Class
com.flowable.platform.service.permission.AuthorizedUserAction
-
Packages that use AuthorizedUserAction Package Description com.flowable.platform.service.permission -
-
Uses of AuthorizedUserAction in com.flowable.platform.service.permission
Methods in com.flowable.platform.service.permission that return AuthorizedUserAction Modifier and Type Method Description static AuthorizedUserAction
AuthorizedUserAction. parseFromKey(java.lang.String key)
static AuthorizedUserAction
AuthorizedUserAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorizedUserAction[]
AuthorizedUserAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-