Uses of Interface
org.kie.internal.task.api.model.BooleanExpression
-
Packages that use BooleanExpression Package Description org.kie.internal.task.api org.kie.internal.task.api.model -
-
Uses of BooleanExpression in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return BooleanExpression Modifier and Type Method Description BooleanExpressionTaskModelFactory. newBooleanExpression() -
Uses of BooleanExpression in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return types with arguments of type BooleanExpression Modifier and Type Method Description java.util.List<BooleanExpression>Escalation. getConstraints()Method parameters in org.kie.internal.task.api.model with type arguments of type BooleanExpression Modifier and Type Method Description voidEscalation. setConstraints(java.util.List<BooleanExpression> constraints)
-