Package | Description |
---|---|
org.jbpm.workflow.core.impl | |
org.jbpm.workflow.core.node |
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionRef,Constraint> |
NodeImpl.constraints |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionRef,Constraint> |
NodeImpl.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
NodeImpl.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
Constraint |
NodeImpl.internalGetConstraint(ConnectionRef ref) |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionRef,Constraint> |
StateNode.getConstraints() |
Map<ConnectionRef,Constraint> |
Split.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
Constrainable.addConstraint(ConnectionRef connection,
Constraint constraint)
Adds the given constraint.
|
void |
StateNode.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
void |
Split.addConstraint(ConnectionRef connectionRef,
Constraint constraint) |
void |
MilestoneNode.addConstraint(ConnectionRef connection,
Constraint constraint) |
void |
ConstraintTrigger.addConstraint(ConnectionRef connection,
Constraint constraint) |
Constraint |
StateNode.getConstraint(ConnectionRef connectionRef) |
Constraint |
Split.internalGetConstraint(ConnectionRef ref) |
void |
Split.internalRemoveConstraint(ConnectionRef ref) |
Modifier and Type | Method and Description |
---|---|
void |
StateNode.setConstraints(Map<ConnectionRef,Constraint> constraints) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.