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

Packages that use Assignment
org.jbpm.workflow.core.node   
 

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-2012 JBoss by Red Hat. All Rights Reserved.