Class DataSpec

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

public class DataSpec extends BaseElement
  • Field Details

    • name

      protected String name
    • itemSubjectRef

      protected String itemSubjectRef
    • isCollection

      protected boolean isCollection
  • Constructor Details

    • DataSpec

      public DataSpec()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getItemSubjectRef

      public String getItemSubjectRef()
    • setItemSubjectRef

      public void setItemSubjectRef(String itemSubjectRef)
    • isCollection

      public boolean isCollection()
    • setCollection

      public void setCollection(boolean isCollection)
    • clone

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

      public void setValues(DataSpec otherDataSpec)