org.activiti.engine.impl.form
类 DefaultFormHandler

java.lang.Object
  继承者 org.activiti.engine.impl.form.DefaultFormHandler
所有已实现的接口:
Serializable, FormHandler
直接已知子类:
DefaultStartFormHandler, DefaultTaskFormHandler

public class DefaultFormHandler
extends Object
implements FormHandler

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  String deploymentId
           
protected  Expression formKey
           
protected  List<FormPropertyHandler> formPropertyHandlers
           
 
从接口 org.activiti.engine.impl.form.FormHandler 继承的字段
current
 
构造方法摘要
DefaultFormHandler()
           
 
方法摘要
 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)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

formKey

protected Expression formKey

deploymentId

protected String deploymentId

formPropertyHandlers

protected List<FormPropertyHandler> formPropertyHandlers
构造方法详细信息

DefaultFormHandler

public DefaultFormHandler()
方法详细信息

parseConfiguration

public void parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties,
                               String formKey,
                               DeploymentEntity deployment,
                               ProcessDefinitionEntity processDefinition)
指定者:
接口 FormHandler 中的 parseConfiguration

initializeFormProperties

protected void initializeFormProperties(FormDataImpl formData,
                                        ExecutionEntity execution)

submitFormProperties

public void submitFormProperties(Map<String,String> properties,
                                 ExecutionEntity execution)
指定者:
接口 FormHandler 中的 submitFormProperties

getFormKey

public Expression getFormKey()

setFormKey

public void setFormKey(Expression formKey)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getFormPropertyHandlers

public List<FormPropertyHandler> getFormPropertyHandlers()

setFormPropertyHandlers

public void setFormPropertyHandlers(List<FormPropertyHandler> formPropertyHandlers)


Copyright © 2013 Alfresco. All rights reserved.