Uses of Class
com.flowable.platform.engine.impl.sequence.LockBasedSequenceValueProviderProperties
-
Packages that use LockBasedSequenceValueProviderProperties Package Description com.flowable.platform.engine com.flowable.platform.engine.impl.sequence -
-
Uses of LockBasedSequenceValueProviderProperties in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as LockBasedSequenceValueProviderProperties Modifier and Type Field Description protected LockBasedSequenceValueProviderProperties
PlatformEngineConfiguration. lockBasedSequenceValueProviderProperties
Methods in com.flowable.platform.engine that return LockBasedSequenceValueProviderProperties Modifier and Type Method Description LockBasedSequenceValueProviderProperties
PlatformEngineConfiguration. getLockBasedSequenceValueProviderProperties()
Methods in com.flowable.platform.engine with parameters of type LockBasedSequenceValueProviderProperties Modifier and Type Method Description void
PlatformEngineConfiguration. setLockBasedSequenceValueProviderProperties(LockBasedSequenceValueProviderProperties lockBasedSequenceValueProviderProperties)
-
Uses of LockBasedSequenceValueProviderProperties in com.flowable.platform.engine.impl.sequence
Fields in com.flowable.platform.engine.impl.sequence declared as LockBasedSequenceValueProviderProperties Modifier and Type Field Description protected LockBasedSequenceValueProviderProperties
LockBasedSequenceValueProvider. properties
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type LockBasedSequenceValueProviderProperties Constructor Description LockBasedSequenceValueProvider(CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties)
-