public interface ConstraintDefinition extends NamedElement
ConstraintDefinition is a constraint when executing the UserTaskInstance.| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation()
Returns the explanation of why the validation rule failed.
|
String |
getExpression()
Returns the boolean condition used to validate a part of the
ContractDefinition. |
List<String> |
getInputNames()
Returns the input names involved in the validation rule.
|
getNameString getExpression()
ContractDefinition.
This expression will be evaluated at runtime when executing the UserTaskInstance.
String getExplanation()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.