Uses of Class
org.jbpm.workflow.core.impl.ConnectionRef
-
Packages that use ConnectionRef Package Description org.jbpm.workflow.core.impl org.jbpm.workflow.core.node -
-
Uses of ConnectionRef in org.jbpm.workflow.core.impl
Fields in org.jbpm.workflow.core.impl with type parameters of type ConnectionRef Modifier and Type Field Description protected Map<ConnectionRef,Constraint>
NodeImpl. constraints
Methods in org.jbpm.workflow.core.impl that return types with arguments of type ConnectionRef Modifier and Type Method Description Map<ConnectionRef,Constraint>
NodeImpl. getConstraints()
Methods in org.jbpm.workflow.core.impl with parameters of type ConnectionRef Modifier and Type Method Description void
NodeImpl. addConstraint(ConnectionRef connectionRef, Constraint constraint)
Constraint
NodeImpl. internalGetConstraint(ConnectionRef ref)
-
Uses of ConnectionRef in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return types with arguments of type ConnectionRef Modifier and Type Method Description Map<ConnectionRef,Constraint>
Split. getConstraints()
Map<ConnectionRef,Constraint>
StateNode. getConstraints()
Methods in org.jbpm.workflow.core.node with parameters of type ConnectionRef Modifier and Type Method Description void
Constrainable. addConstraint(ConnectionRef connection, Constraint constraint)
Adds the given constraint.void
ConstraintTrigger. addConstraint(ConnectionRef connection, Constraint constraint)
void
MilestoneNode. addConstraint(ConnectionRef connection, Constraint constraint)
void
Split. addConstraint(ConnectionRef connectionRef, Constraint constraint)
void
StateNode. addConstraint(ConnectionRef connectionRef, Constraint constraint)
Constraint
StateNode. getConstraint(ConnectionRef connectionRef)
Constraint
Split. internalGetConstraint(ConnectionRef ref)
void
Split. internalRemoveConstraint(ConnectionRef ref)
Method parameters in org.jbpm.workflow.core.node with type arguments of type ConnectionRef Modifier and Type Method Description void
StateNode. setConstraints(Map<ConnectionRef,Constraint> constraints)
-