Class DataAssociation

java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.DataAssociation
All Implemented Interfaces:
HasExtensionAttributes

public class DataAssociation extends BaseElement
  • Field Details

    • sourceRef

      protected String sourceRef
    • targetRef

      protected String targetRef
    • transformation

      protected String transformation
    • assignments

      protected List<Assignment> assignments
  • Constructor Details

    • DataAssociation

      public DataAssociation()
  • Method Details

    • getSourceRef

      public String getSourceRef()
    • setSourceRef

      public void setSourceRef(String sourceRef)
    • getTargetRef

      public String getTargetRef()
    • setTargetRef

      public void setTargetRef(String targetRef)
    • getTransformation

      public String getTransformation()
    • setTransformation

      public void setTransformation(String transformation)
    • getAssignments

      public List<Assignment> getAssignments()
    • setAssignments

      public void setAssignments(List<Assignment> assignments)
    • clone

      public DataAssociation clone()
      Specified by:
      clone in class BaseElement
    • setValues

      public void setValues(DataAssociation otherAssociation)