Uses of Class
org.jbpm.workflow.core.impl.ConnectionRef
Packages that use ConnectionRef
-
Uses of ConnectionRef in org.jbpm.workflow.core.impl
Fields in org.jbpm.workflow.core.impl with type parameters of type ConnectionRefModifier and TypeFieldDescriptionprotected Map<ConnectionRef,Collection<Constraint>> NodeImpl.constraintsMethods in org.jbpm.workflow.core.impl that return types with arguments of type ConnectionRefMethods in org.jbpm.workflow.core.impl with parameters of type ConnectionRefModifier and TypeMethodDescriptionvoidNodeImpl.addConstraint(ConnectionRef connectionRef, Constraint constraint) NodeImpl.internalGetConstraint(ConnectionRef ref) -
Uses of ConnectionRef in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node with parameters of type ConnectionRefModifier and TypeMethodDescriptionvoidConstrainable.addConstraint(ConnectionRef connection, Constraint constraint) Adds the given constraint.voidConstraintTrigger.addConstraint(ConnectionRef connection, Constraint constraint) voidSplit.internalRemoveConstraint(ConnectionRef ref)