Class SequenceNextFormattedValueFunctionDelegate
java.lang.Object
com.flowable.platform.engine.impl.sequence.el.SequenceNextFormattedValueFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class SequenceNextFormattedValueFunctionDelegate
extends Object
implements org.flowable.common.engine.impl.el.FlowableAstFunctionCreator, org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunctioncreateFunction(String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser) static StringnextSequenceValue(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String sequenceKey) prefix()prefixes()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
SequenceNextFormattedValueFunctionDelegate
public SequenceNextFormattedValueFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefixin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
prefixes
- Specified by:
prefixesin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
- Specified by:
localNamein interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localNames
- Specified by:
localNamesin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethodin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate- Throws:
NoSuchMethodException
-
getFunctionNames
- Specified by:
getFunctionNamesin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
createFunction
public org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction createFunction(String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser) - Specified by:
createFunctionin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
nextSequenceValue
-