Class SequenceNextFormattedValueFunctionDelegate
java.lang.Object
com.flowable.platform.engine.impl.sequence.el.SequenceNextFormattedValueFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class SequenceNextFormattedValueFunctionDelegate
extends Object
implements FlowableAstFunctionCreator, FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateFunction
(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) static String
nextSequenceValue
(VariableContainer variableContainer, String sequenceKey) prefix()
prefixes()
-
Constructor Details
-
SequenceNextFormattedValueFunctionDelegate
public SequenceNextFormattedValueFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
prefixes
- Specified by:
prefixes
in interfaceFlowableFunctionDelegate
-
localName
- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
localNames
- Specified by:
localNames
in interfaceFlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-
getFunctionNames
- Specified by:
getFunctionNames
in interfaceFlowableAstFunctionCreator
-
createFunction
public AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) - Specified by:
createFunction
in interfaceFlowableAstFunctionCreator
-
nextSequenceValue
-