Uses of Class
org.jbpm.workflow.core.node.Assignment

Packages that use Assignment
org.jbpm.bpmn2.xpath   
org.jbpm.process.builder   
org.jbpm.workflow.core.node   
 

Uses of Assignment in org.jbpm.bpmn2.xpath
 

Methods in org.jbpm.bpmn2.xpath with parameters of type Assignment
 void XPATHAssignmentBuilder.build(org.drools.rule.builder.PackageBuildContext context, Assignment assignment, String sourceExpr, String targetExpr, ContextResolver contextResolver, boolean isInput)
           
 

Constructors in org.jbpm.bpmn2.xpath with parameters of type Assignment
XPATHAssignmentAction(Assignment assignment, String sourceExpr, String targetExpr, boolean isInput)
           
 

Uses of Assignment in org.jbpm.process.builder
 

Methods in org.jbpm.process.builder with parameters of type Assignment
 void AssignmentBuilder.build(org.drools.rule.builder.PackageBuildContext context, Assignment assignment, String sourceExpr, String targetExpr, ContextResolver contextResolver, boolean isInput)
           
 

Uses of Assignment in org.jbpm.workflow.core.node
 

Methods in org.jbpm.workflow.core.node that return types with arguments of type Assignment
 List<Assignment> DataAssociation.getAssignments()
           
 

Method parameters in org.jbpm.workflow.core.node with type arguments of type Assignment
 void DataAssociation.setAssignments(List<Assignment> assignments)
           
 

Constructor parameters in org.jbpm.workflow.core.node with type arguments of type Assignment
DataAssociation(List<String> sources, String target, List<Assignment> assignments, Transformation transformation)
           
DataAssociation(String source, String target, List<Assignment> assignments, Transformation transformation)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.