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

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

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

Methods in org.jbpm.workflow.core.node that return Transformation
 Transformation DataAssociation.getTransformation()
           
 

Methods in org.jbpm.workflow.core.node with parameters of type Transformation
 void DataAssociation.setTransformation(Transformation transformation)
           
 

Constructors in org.jbpm.workflow.core.node with parameters of type Transformation
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.