org.camunda.bpm.engine.impl.form.handler
Class FormPropertyHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler

public class FormPropertyHandler
extends Object

Author:
Tom Baeyens

Field Summary
protected  Expression defaultExpression
           
protected  String id
           
protected  boolean isReadable
           
protected  boolean isRequired
           
protected  boolean isWritable
           
protected  String name
           
protected  AbstractFormFieldType type
           
protected  Expression variableExpression
           
protected  String variableName
           
 
Constructor Summary
FormPropertyHandler()
           
 
Method Summary
 FormProperty createFormProperty(ExecutionEntity execution)
           
 Expression getDefaultExpression()
           
 String getId()
           
 String getName()
           
 FormType getType()
           
 Expression getVariableExpression()
           
 String getVariableName()
           
 boolean isReadable()
           
 boolean isRequired()
           
 boolean isWritable()
           
 void setDefaultExpression(Expression defaultExpression)
           
 void setId(String id)
           
 void setName(String name)
           
 void setReadable(boolean isReadable)
           
 void setRequired(boolean isRequired)
           
 void setType(AbstractFormFieldType type)
           
 void setVariableExpression(Expression variableExpression)
           
 void setVariableName(String variableName)
           
 void setWritable(boolean isWritable)
           
 void submitFormProperty(VariableScope variableScope, VariableMap variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FormPropertyHandler

public FormPropertyHandler()
Method Detail

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.