Uses of Enum Class
com.flowable.platform.service.permission.PermissionOutput
Packages that use PermissionOutput
-
Uses of PermissionOutput in com.flowable.platform.service.permission
Subclasses with type arguments of type PermissionOutput in com.flowable.platform.service.permissionModifier and TypeClassDescriptionenumAn enumeration containing the various outcomes of the default, DMN based conversation permissions.Methods in com.flowable.platform.service.permission that return PermissionOutputModifier and TypeMethodDescriptionPermissionEvaluationResult.getPermissionOutput()static PermissionOutputPermissionOutput.parseFromKey(Object key) static PermissionOutputReturns 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)