org.camunda.bpm.engine.impl.form.handler
Class FormPropertyHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
public class FormPropertyHandler
- extends Object
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
type
protected AbstractFormFieldType type
isReadable
protected boolean isReadable
isWritable
protected boolean isWritable
isRequired
protected boolean isRequired
variableName
protected String variableName
variableExpression
protected Expression variableExpression
defaultExpression
protected Expression defaultExpression
FormPropertyHandler
public FormPropertyHandler()
createFormProperty
public FormProperty createFormProperty(ExecutionEntity execution)
submitFormProperty
public void submitFormProperty(VariableScope variableScope,
VariableMap variables)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getType
public FormType getType()
setType
public void setType(AbstractFormFieldType type)
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean isReadable)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean isRequired)
getVariableName
public String getVariableName()
setVariableName
public void setVariableName(String variableName)
getVariableExpression
public Expression getVariableExpression()
setVariableExpression
public void setVariableExpression(Expression variableExpression)
getDefaultExpression
public Expression getDefaultExpression()
setDefaultExpression
public void setDefaultExpression(Expression defaultExpression)
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean isWritable)
Copyright © 2015 camunda services GmbH. All rights reserved.