Uses of Interface
com.flowable.platform.api.sequence.SequenceValueProvider.Context
-
Packages that use SequenceValueProvider.Context Package Description com.flowable.platform.api.sequence com.flowable.platform.engine.impl.sequence -
-
Uses of SequenceValueProvider.Context in com.flowable.platform.api.sequence
Methods in com.flowable.platform.api.sequence with parameters of type SequenceValueProvider.Context Modifier and Type Method Description long
SequenceValueProvider. nextValue(SequenceValueProvider.Context context)
-
Uses of SequenceValueProvider.Context in com.flowable.platform.engine.impl.sequence
Classes in com.flowable.platform.engine.impl.sequence that implement SequenceValueProvider.Context Modifier and Type Class Description static class
SequenceGeneratorImpl.SequenceValueProviderContext
Methods in com.flowable.platform.engine.impl.sequence with parameters of type SequenceValueProvider.Context Modifier and Type Method Description long
LockBasedSequenceValueProvider. nextValue(SequenceValueProvider.Context context)
-