public class FormDataResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
deploymentId |
protected String |
formKey |
protected List<RestFormProperty> |
formProperties |
protected String |
processDefinitionId |
protected String |
processDefinitionUrl |
protected String |
taskId |
protected String |
taskUrl |
Constructor and Description |
---|
FormDataResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addFormProperty(RestFormProperty formProperty) |
String |
getDeploymentId() |
String |
getFormKey() |
List<RestFormProperty> |
getFormProperties() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionUrl() |
String |
getTaskId() |
String |
getTaskUrl() |
void |
setDeploymentId(String deploymentId) |
void |
setFormKey(String formKey) |
void |
setFormProperties(List<RestFormProperty> formProperties) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionUrl(String processDefinitionUrl) |
void |
setTaskId(String taskId) |
void |
setTaskUrl(String taskUrl) |
protected String formKey
protected String deploymentId
protected String processDefinitionId
protected String processDefinitionUrl
protected String taskId
protected String taskUrl
protected List<RestFormProperty> formProperties
public String getFormKey()
public void setFormKey(String formKey)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionUrl()
public void setProcessDefinitionUrl(String processDefinitionUrl)
public String getTaskId()
public void setTaskId(String taskId)
public String getTaskUrl()
public void setTaskUrl(String taskUrl)
public List<RestFormProperty> getFormProperties()
public void setFormProperties(List<RestFormProperty> formProperties)
public void addFormProperty(RestFormProperty formProperty)
Copyright © 2016 Alfresco. All rights reserved.