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(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse) |
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(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
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 © 2015. All rights reserved.