Uses of Class
com.flowable.platform.service.permission.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(java.lang.Object key)
static PermissionOutput
PermissionOutput. valueOf(java.lang.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, java.lang.String errorMessageCode, java.lang.String errorMessage)