public class UpdateProcessDocumentationCmd
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
documentationText |
protected java.lang.String |
participantElementId |
protected java.lang.String |
processElementId |
Constructor and Description |
---|
UpdateProcessDocumentationCmd() |
Modifier and Type | Method and Description |
---|---|
static UpdateProcessDocumentationCmd |
createForParticipantId(java.lang.String participantElementId,
java.lang.String documentationText) |
static UpdateProcessDocumentationCmd |
createForProcessId(java.lang.String processElementId,
java.lang.String documentationText) |
java.lang.String |
getDocumentationText() |
java.lang.String |
getParticipantElementId() |
java.lang.String |
getProcessElementId() |
void |
setDocumentationText(java.lang.String documentationText) |
void |
setParticipantElementId(java.lang.String participantElementId) |
void |
setProcessElementId(java.lang.String processElementId) |
protected java.lang.String processElementId
protected java.lang.String participantElementId
protected java.lang.String documentationText
public static UpdateProcessDocumentationCmd createForProcessId(java.lang.String processElementId, java.lang.String documentationText)
public static UpdateProcessDocumentationCmd createForParticipantId(java.lang.String participantElementId, java.lang.String documentationText)
public java.lang.String getProcessElementId()
public void setProcessElementId(java.lang.String processElementId)
public java.lang.String getParticipantElementId()
public void setParticipantElementId(java.lang.String participantElementId)
public java.lang.String getDocumentationText()
public void setDocumentationText(java.lang.String documentationText)