Uses of Enum Class
com.flowable.platform.service.permission.PermissionOutput
-
Uses of PermissionOutput in com.flowable.platform.service.permission
Modifier 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.ModifierConstructorDescriptionPermissionEvaluationResult
(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage)