Uses of Class
org.jbpm.workflow.core.node.Transformation
-
Packages that use Transformation Package Description 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 Constructor Description EventTransformerImpl(Transformation transformation)
-
Uses of Transformation in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return Transformation Modifier and Type Method Description Transformation
DataAssociation. getTransformation()
Methods in org.jbpm.workflow.core.node with parameters of type Transformation Modifier and Type Method Description 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 Constructor Description DataAssociation(String source, String target, List<Assignment> assignments, Transformation transformation)
DataAssociation(List<String> sources, String target, List<Assignment> assignments, Transformation transformation)
-