jbpm-form-modeler-ui 6.0.0.CR1

org.jbpm.formModeler.core.processing.formProcessing.replacers
Class FormulaReplacementContext

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.formProcessing.replacers.FormulaReplacementContext

public class FormulaReplacementContext
extends Object


Constructor Summary
FormulaReplacementContext()
           
FormulaReplacementContext(boolean beforeFieldEvaluation, Date date, org.jbpm.formModeler.api.model.Field field, String formula, String namespace, String paramValue)
           
FormulaReplacementContext(FormulaReplacementContext ctx)
          Creates a new context as a copy of an existing one.
 
Method Summary
 Date getDate()
           
 org.jbpm.formModeler.api.model.Field getField()
           
 String getFieldInputName()
           
 String getFormula()
           
 Map getItem()
           
 String getNamespace()
           
 String getParamValue()
           
 FormulaReplacementContext getParentContext()
           
 boolean isBeforeFieldEvaluation()
           
 void populate(bsh.Interpreter interpreter)
           
 void setBeforeFieldEvaluation(boolean beforeFieldEvaluation)
           
 void setDate(Date date)
           
 void setField(org.jbpm.formModeler.api.model.Field field)
           
 void setFormula(String formula)
           
 void setItem(Map item)
           
 void setNamespace(String namespace)
           
 void setParamValue(String paramValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaReplacementContext

public FormulaReplacementContext()

FormulaReplacementContext

public FormulaReplacementContext(boolean beforeFieldEvaluation,
                                 Date date,
                                 org.jbpm.formModeler.api.model.Field field,
                                 String formula,
                                 String namespace,
                                 String paramValue)

FormulaReplacementContext

public FormulaReplacementContext(FormulaReplacementContext ctx)
Creates a new context as a copy of an existing one.

Parameters:
ctx -
Method Detail

isBeforeFieldEvaluation

public boolean isBeforeFieldEvaluation()

setBeforeFieldEvaluation

public void setBeforeFieldEvaluation(boolean beforeFieldEvaluation)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getField

public org.jbpm.formModeler.api.model.Field getField()

setField

public void setField(org.jbpm.formModeler.api.model.Field field)

getFormula

public String getFormula()

setFormula

public void setFormula(String formula)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getParamValue

public String getParamValue()

setParamValue

public void setParamValue(String paramValue)

getFieldInputName

public String getFieldInputName()

getItem

public Map getItem()

setItem

public void setItem(Map item)

getParentContext

public FormulaReplacementContext getParentContext()

populate

public void populate(bsh.Interpreter interpreter)
              throws bsh.EvalError
Throws:
bsh.EvalError

jbpm-form-modeler-ui 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.