public class DefaultFormHandler extends Object implements FormHandler
Modifier and Type | Field and Description |
---|---|
protected String |
deploymentId |
protected Expression |
formKey |
protected List<FormPropertyHandler> |
formPropertyHandlers |
current
Constructor and Description |
---|
DefaultFormHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId() |
Expression |
getFormKey() |
List<FormPropertyHandler> |
getFormPropertyHandlers() |
protected void |
initializeFormProperties(FormDataImpl formData,
ExecutionEntity execution) |
void |
parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition) |
void |
setDeploymentId(String deploymentId) |
void |
setFormKey(Expression formKey) |
void |
setFormPropertyHandlers(List<FormPropertyHandler> formPropertyHandlers) |
void |
submitFormProperties(Map<String,String> properties,
ExecutionEntity execution) |
protected Expression formKey
protected String deploymentId
protected List<FormPropertyHandler> formPropertyHandlers
public void parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition)
parseConfiguration
in interface FormHandler
protected void initializeFormProperties(FormDataImpl formData, ExecutionEntity execution)
public void submitFormProperties(Map<String,String> properties, ExecutionEntity execution)
submitFormProperties
in interface FormHandler
public Expression getFormKey()
public void setFormKey(Expression formKey)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public List<FormPropertyHandler> getFormPropertyHandlers()
public void setFormPropertyHandlers(List<FormPropertyHandler> formPropertyHandlers)
Copyright © 2016 Alfresco. All rights reserved.