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