Class PermissionEvaluationResult
java.lang.Object
com.flowable.platform.service.permission.PermissionEvaluationResult
This class holds the result of a permission evaluation based on a DMN model.
-
Constructor Summary
ConstructorDescriptionPermissionEvaluationResult
(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
PermissionEvaluationResult
public PermissionEvaluationResult(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage)
-
-
Method Details
-
getErrorMessageCode
-
getErrorMessage
-
hasErrorMessage
public boolean hasErrorMessage() -
getPermissionOutput
-
hasPermission
public boolean hasPermission()
-