public class ProcessInstanceResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
businessKey |
protected String |
callbackId |
protected String |
callbackType |
protected boolean |
completed |
protected boolean |
ended |
protected String |
id |
protected String |
name |
protected String |
processDefinitionDescription |
protected String |
processDefinitionId |
protected String |
processDefinitionName |
protected String |
processDefinitionUrl |
protected String |
propagatedStageInstanceId |
protected String |
referenceId |
protected String |
referenceType |
protected Date |
startTime |
protected String |
startUserId |
protected boolean |
suspended |
protected String |
tenantId |
protected String |
url |
protected List<RestVariable> |
variables |
| Constructor and Description |
|---|
ProcessInstanceResponse() |
protected String id
protected String url
protected String name
protected String businessKey
protected boolean suspended
protected boolean ended
protected String processDefinitionId
protected String processDefinitionUrl
protected String processDefinitionName
protected String processDefinitionDescription
protected String activityId
protected String startUserId
protected Date startTime
protected List<RestVariable> variables
protected String callbackId
protected String callbackType
protected String referenceId
protected String referenceType
protected String propagatedStageInstanceId
protected String tenantId
protected boolean completed
public String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public boolean isSuspended()
public void setSuspended(boolean suspended)
public boolean isEnded()
public void setEnded(boolean ended)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionUrl()
public void setProcessDefinitionUrl(String processDefinitionUrl)
public String getProcessDefinitionName()
public void setProcessDefinitionName(String processDefinitionName)
public String getProcessDefinitionDescription()
public void setProcessDefinitionDescription(String processDefinitionDescription)
public String getActivityId()
public void setActivityId(String activityId)
public String getStartUserId()
public void setStartUserId(String startUserId)
public Date getStartTime()
public void setStartTime(Date startTime)
public List<RestVariable> getVariables()
public void setVariables(List<RestVariable> variables)
public void addVariable(RestVariable variable)
public String getCallbackId()
public void setCallbackId(String callbackId)
public String getCallbackType()
public void setCallbackType(String callbackType)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getReferenceType()
public void setReferenceType(String referenceType)
public String getPropagatedStageInstanceId()
public void setPropagatedStageInstanceId(String propagatedStageInstanceId)
public void setTenantId(String tenantId)
public String getTenantId()
public boolean isCompleted()
public void setCompleted(boolean completed)
Copyright © 2021 Flowable. All rights reserved.