Class IncrementPropertySequenceCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.IncrementPropertySequenceCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Long>
public class IncrementPropertySequenceCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Long>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncrementPropertySequenceCmd
(String sequenceName, String tenantId, int increment, long start, long minValue, long maxValue, boolean cycle) -
Method Summary
-
Field Details
-
sequenceName
-
tenantId
-
increment
protected final int increment -
start
protected final long start -
minValue
protected final long minValue -
maxValue
protected final long maxValue -
cycle
protected final boolean cycle
-
-
Constructor Details
-
IncrementPropertySequenceCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Long>
-