Uses of Class
org.jbpm.workflow.core.node.Transformation
Packages that use Transformation
-
Uses of Transformation in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl that return TransformationMethods in org.jbpm.workflow.core.impl with parameters of type TransformationModifier and TypeMethodDescriptionvoidDataAssociation.setTransformation(Transformation transformation) Constructors in org.jbpm.workflow.core.impl with parameters of type TransformationModifierConstructorDescriptionDataAssociation(List<DataDefinition> sources, DataDefinition target, List<Assignment> assignments, Transformation transformation) DataAssociation(DataDefinition source, DataDefinition target, List<Assignment> assignments, Transformation transformation)