public class FormInstanceInfo extends FormInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
formInstanceId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
selectedOutcome |
protected String |
submittedBy |
protected Date |
submittedDate |
protected String |
taskId |
protected String |
tenantId |
| Constructor and Description |
|---|
FormInstanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormInstanceId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSelectedOutcome() |
String |
getSubmittedBy() |
Date |
getSubmittedDate() |
String |
getTaskId() |
String |
getTenantId() |
void |
setFormInstanceId(String formInstanceId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSelectedOutcome(String selectedOutcome) |
void |
setSubmittedBy(String submittedBy) |
void |
setSubmittedDate(Date submittedDate) |
void |
setTaskId(String taskId) |
void |
setTenantId(String tenantId) |
getDescription, getFormModel, getId, getKey, getName, getVersion, setDescription, setFormModel, setId, setKey, setName, setVersionprotected String formInstanceId
protected String submittedBy
protected Date submittedDate
protected String selectedOutcome
protected String taskId
protected String processInstanceId
protected String processDefinitionId
protected String scopeId
protected String scopeType
protected String scopeDefinitionId
protected String tenantId
public String getFormInstanceId()
public void setFormInstanceId(String formInstanceId)
public String getSubmittedBy()
public void setSubmittedBy(String submittedBy)
public Date getSubmittedDate()
public void setSubmittedDate(Date submittedDate)
public String getSelectedOutcome()
public void setSelectedOutcome(String selectedOutcome)
public String getTaskId()
public void setTaskId(String taskId)
public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getScopeDefinitionId()
public void setScopeDefinitionId(String scopeDefinitionId)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022 Flowable. All rights reserved.