Class UpdateProcessDocumentationCmd

java.lang.Object
io.jmix.bpmui.uicomponent.bpmnmodeler.command.UpdateProcessDocumentationCmd

public class UpdateProcessDocumentationCmd extends Object
  • Field Details

    • processElementId

      protected String processElementId
    • participantElementId

      protected String participantElementId
    • documentationText

      protected String documentationText
  • Constructor Details

    • UpdateProcessDocumentationCmd

      public UpdateProcessDocumentationCmd()
  • Method Details

    • createForProcessId

      public static UpdateProcessDocumentationCmd createForProcessId(String processElementId, String documentationText)
    • createForParticipantId

      public static UpdateProcessDocumentationCmd createForParticipantId(String participantElementId, String documentationText)
    • getProcessElementId

      public String getProcessElementId()
    • setProcessElementId

      public void setProcessElementId(String processElementId)
    • getParticipantElementId

      public String getParticipantElementId()
    • setParticipantElementId

      public void setParticipantElementId(String participantElementId)
    • getDocumentationText

      public String getDocumentationText()
    • setDocumentationText

      public void setDocumentationText(String documentationText)