Package | Description |
---|---|
org.jbpm.process.instance.impl | |
org.jbpm.workflow.core.impl | |
org.jbpm.workflow.core.node |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstraintEvaluator |
Modifier and Type | Class and Description |
---|---|
class |
ReturnValueConstraintEvaluator
Default implementation of a constraint.
|
class |
RuleConstraintEvaluator
Default implementation of a constraint.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReturnValueConstraintEvaluator.evaluate(NodeInstance instance,
org.kie.api.definition.process.Connection connection,
Constraint constraint) |
boolean |
RuleConstraintEvaluator.evaluate(NodeInstance instance,
org.kie.api.definition.process.Connection connection,
Constraint constraint) |
boolean |
ConstraintEvaluator.evaluate(NodeInstance instance,
org.kie.api.definition.process.Connection connection,
Constraint constraint) |
Modifier and Type | Class and Description |
---|---|
class |
ConstraintImpl
Default implementation of a constraint.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionRef,Constraint> |
NodeImpl.constraints |
Modifier and Type | Method and Description |
---|---|
Constraint |
NodeImpl.getConstraint(org.kie.api.definition.process.Connection connection) |
Constraint |
NodeImpl.internalGetConstraint(ConnectionRef ref) |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionRef,Constraint> |
NodeImpl.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
NodeImpl.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
void |
NodeImpl.setConstraint(org.kie.api.definition.process.Connection connection,
Constraint constraint) |
Modifier and Type | Method and Description |
---|---|
Constraint |
Split.getConstraint(org.kie.api.definition.process.Connection connection) |
Constraint |
StateNode.getConstraint(org.kie.api.definition.process.Connection connection) |
Constraint |
StateNode.getConstraint(ConnectionRef connectionRef) |
Constraint |
Split.internalGetConstraint(ConnectionRef ref) |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionRef,Constraint> |
Split.getConstraints() |
Map<ConnectionRef,Constraint> |
StateNode.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
Constrainable.addConstraint(ConnectionRef connection,
Constraint constraint)
Adds the given constraint.
|
void |
MilestoneNode.addConstraint(ConnectionRef connection,
Constraint constraint) |
void |
Split.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
void |
StateNode.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
void |
ConstraintTrigger.addConstraint(ConnectionRef connection,
Constraint constraint) |
void |
Split.setConstraint(org.kie.api.definition.process.Connection connection,
Constraint constraint) |
void |
StateNode.setConstraint(org.kie.api.definition.process.Connection connection,
Constraint constraint) |
Modifier and Type | Method and Description |
---|---|
void |
StateNode.setConstraints(Map<ConnectionRef,Constraint> constraints) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.