Uses of Enum Class
com.flowable.platform.service.permission.PermissionOutput
Packages that use PermissionOutput
-
Uses of PermissionOutput in com.flowable.platform.service.permission
Methods in com.flowable.platform.service.permission that return PermissionOutputModifier and TypeMethodDescriptionPermissionEvaluationResult.getPermissionOutput()
static PermissionOutput
PermissionOutput.parseFromKey
(Object key) static PermissionOutput
Returns the enum constant of this class with the specified name.static PermissionOutput[]
PermissionOutput.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.flowable.platform.service.permission with parameters of type PermissionOutputModifierConstructorDescriptionPermissionEvaluationResult
(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage)