Class PermissionEvaluationResult
- java.lang.Object
-
- com.flowable.platform.service.permission.PermissionEvaluationResult
-
public class PermissionEvaluationResult extends Object
This class holds the result of a permission evaluation based on a DMN model.
-
-
Constructor Summary
Constructors Constructor Description PermissionEvaluationResult(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
String
getErrorMessageCode()
PermissionOutput
getPermissionOutput()
boolean
hasErrorMessage()
boolean
hasPermission()
-
-
-
Constructor Detail
-
PermissionEvaluationResult
public PermissionEvaluationResult(PermissionOutput permissionOutput, String errorMessageCode, String errorMessage)
-
-
Method Detail
-
getErrorMessageCode
public String getErrorMessageCode()
-
getErrorMessage
public String getErrorMessage()
-
hasErrorMessage
public boolean hasErrorMessage()
-
getPermissionOutput
public PermissionOutput getPermissionOutput()
-
hasPermission
public boolean hasPermission()
-
-