Class UpdateProcessDocumentationCmd
java.lang.Object
io.jmix.bpmui.uicomponent.bpmnmodeler.command.UpdateProcessDocumentationCmd
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateForParticipantId(String participantElementId, String documentationText) createForProcessId(String processElementId, String documentationText) voidsetDocumentationText(String documentationText) voidsetParticipantElementId(String participantElementId) voidsetProcessElementId(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
 
 -