public abstract class AbstractIdmShortHandExpressionFunction extends Object implements org.flowable.common.engine.impl.el.function.FlowableShortHandExpressionFunction
Modifier and Type | Field and Description |
---|---|
protected String |
localName |
protected Pattern |
pattern |
protected String |
replacePattern |
Constructor and Description |
---|
AbstractIdmShortHandExpressionFunction(String localName) |
AbstractIdmShortHandExpressionFunction(String scopeVariableName,
String localName) |
Modifier and Type | Method and Description |
---|---|
String |
enhance(String expressionText) |
String |
localName() |
String |
prefix() |
protected String localName
protected Pattern pattern
protected String replacePattern
public AbstractIdmShortHandExpressionFunction(String localName)
public String enhance(String expressionText)
enhance
in interface org.flowable.common.engine.api.delegate.FlowableExpressionEnhancer
public String prefix()
prefix
in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
public String localName()
localName
in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
Copyright © 2019. All rights reserved.