org.jbpm.formModeler.core.processing.formProcessing.replacers
@ApplicationScoped public class ThisReplacer extends Object implements FormulaReplacer
Modifier and Type | Field and Description |
---|---|
static String |
THIS_TOKEN |
Constructor and Description |
---|
ThisReplacer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
hasCloseQuote(String formula) |
protected boolean |
hasOpenQuote(String formula) |
protected boolean |
isFormulaSurroundedByQuotes(String formula) |
String |
replace(FormulaReplacementContext ctx) |
public static final String THIS_TOKEN
public String replace(FormulaReplacementContext ctx)
replace
in interface FormulaReplacer
protected boolean isFormulaSurroundedByQuotes(String formula)
protected boolean hasOpenQuote(String formula)
protected boolean hasCloseQuote(String formula)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.