Uses of Class
org.jbpm.workflow.core.node.Assignment
-
Packages that use Assignment Package Description org.jbpm.workflow.core.node org.jbpm.workflow.instance.impl -
-
Uses of Assignment in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>DataAssociation. getAssignments()Method parameters in org.jbpm.workflow.core.node with type arguments of type Assignment Modifier and Type Method Description voidDataAssociation. setAssignments(List<Assignment> assignments)Constructor parameters in org.jbpm.workflow.core.node with type arguments of type Assignment Constructor Description DataAssociation(String source, String target, List<Assignment> assignments, Transformation transformation) -
Uses of Assignment in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl with parameters of type Assignment Modifier and Type Method Description protected voidExtendedNodeInstanceImpl. handleAssignment(Assignment assignment)
-