Class CmmnElement

java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnElement
All Implemented Interfaces:
HasExtensionAttributes
Direct Known Subclasses:
Association, Case, CaseElement, Decision, FlowableListener, Process, SentryIfPart, SentryOnPart, TextAnnotation

public class CmmnElement extends BaseElement
  • Field Details

    • documentationTextFormat

      protected String documentationTextFormat
    • documentation

      protected String documentation
  • Constructor Details

    • CmmnElement

      public CmmnElement()
  • Method Details

    • getDocumentationTextFormat

      public String getDocumentationTextFormat()
    • setDocumentationTextFormat

      public void setDocumentationTextFormat(String documentationTextFormat)
    • getDocumentation

      public String getDocumentation()
    • setDocumentation

      public void setDocumentation(String documentation)
    • setValues

      public void setValues(CmmnElement otherElement)