Class SequenceNextNumberFunctionDelegate
- java.lang.Object
 - 
- com.flowable.platform.engine.impl.sequence.el.SequenceNextNumberFunctionDelegate
 
 
- 
- All Implemented Interfaces:
 FlowableFunctionDelegate,FlowableAstFunctionCreator
public class SequenceNextNumberFunctionDelegate extends Object implements FlowableAstFunctionCreator, FlowableFunctionDelegate
- Author:
 - Filip Hrisafov
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SequenceNextNumberFunctionDelegate() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AstFunctioncreateFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)MethodfunctionMethod()Collection<String>getFunctionNames()StringlocalName()static LongnextSequenceValue(VariableContainer variableContainer, String sequenceKey)Stringprefix()Collection<String>prefixes()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
localNames 
 - 
 
 - 
 
- 
- 
Method Detail
- 
prefix
public String prefix()
- Specified by:
 prefixin interfaceFlowableFunctionDelegate
 
- 
prefixes
public Collection<String> prefixes()
- Specified by:
 prefixesin interfaceFlowableFunctionDelegate
 
- 
localName
public String localName()
- Specified by:
 localNamein interfaceFlowableFunctionDelegate
 
- 
functionMethod
public Method functionMethod()
- Specified by:
 functionMethodin interfaceFlowableFunctionDelegate
 
- 
getFunctionNames
public Collection<String> getFunctionNames()
- Specified by:
 getFunctionNamesin interfaceFlowableAstFunctionCreator
 
- 
createFunction
public AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)
- Specified by:
 createFunctionin interfaceFlowableAstFunctionCreator
 
- 
nextSequenceValue
public static Long nextSequenceValue(VariableContainer variableContainer, String sequenceKey)
 
 - 
 
 -