Class SequenceGeneratorImpl.GenerateLongValueCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.AbstractNeedsSequenceDefinitionCmd
-
- com.flowable.platform.engine.impl.sequence.SequenceGeneratorImpl.GenerateLongValueCmd
-
- Enclosing class:
- SequenceGeneratorImpl
public class SequenceGeneratorImpl.GenerateLongValueCmd extends AbstractNeedsSequenceDefinitionCmd implements Command<Long>
-
-
Constructor Summary
Constructors Constructor Description GenerateLongValueCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsSequenceDefinitionCmd
resolveSequenceDefinition
-
-
-
-
Method Detail
-
execute
public Long execute(CommandContext commandContext)
-
-