org.jbpm.formModeler.core.processing.formProcessing.replacers
Class ThisReplacer
java.lang.Object
org.jbpm.formModeler.core.processing.formProcessing.replacers.ThisReplacer
- All Implemented Interfaces:
- Serializable, FormulaReplacer
@ApplicationScoped
public class ThisReplacer
- extends Object
- implements FormulaReplacer
Replaces the {$this} token on formula.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THIS_TOKEN
public static final String THIS_TOKEN
- See Also:
- Constant Field Values
ThisReplacer
public ThisReplacer()
replace
public String replace(FormulaReplacementContext ctx)
- Specified by:
replace in interface FormulaReplacer
isFormulaSurroundedByQuotes
protected boolean isFormulaSurroundedByQuotes(String formula)
hasOpenQuote
protected boolean hasOpenQuote(String formula)
hasCloseQuote
protected boolean hasCloseQuote(String formula)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.