jBPM distribution 6.2.0.CR4

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

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

Uses of Transformation in org.jbpm.process.core.event
 

Constructors in org.jbpm.process.core.event with parameters of type Transformation
EventTransformerImpl(Transformation transformation)
           
 

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 SubProcessNode.addInMapping(String parameterName, String variableName, Transformation transformation)
           
 void SubProcessNode.addOutMapping(String parameterName, String variableName, Transformation 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)
           
 


jBPM distribution 6.2.0.CR4

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