Class UpdateProcessDocumentationCmd
java.lang.Object
io.jmix.bpmflowui.uicomponent.bpmnmodeler.command.UpdateProcessDocumentationCmd
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateForParticipantId
(String participantElementId, String documentationText) createForProcessId
(String processElementId, String documentationText) void
setDocumentationText
(String documentationText) void
setParticipantElementId
(String participantElementId) void
setProcessElementId
(String processElementId)
-
Field Details
-
processElementId
-
participantElementId
-
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
-
setProcessElementId
-
getParticipantElementId
-
setParticipantElementId
-
getDocumentationText
-
setDocumentationText
-