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.FlowableExpressionEnhancerpublic String prefix()
prefix in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegatepublic String localName()
localName in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegateCopyright © 2019. All rights reserved.