Uses of Class
com.flowable.platform.engine.impl.sequence.LockBasedSequenceValueProviderProperties
Packages that use LockBasedSequenceValueProviderProperties
-
Uses of LockBasedSequenceValueProviderProperties in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as LockBasedSequenceValueProviderPropertiesModifier and TypeFieldDescriptionprotected LockBasedSequenceValueProviderProperties
PlatformEngineConfiguration.lockBasedSequenceValueProviderProperties
Methods in com.flowable.platform.engine that return LockBasedSequenceValueProviderPropertiesModifier and TypeMethodDescriptionPlatformEngineConfiguration.getLockBasedSequenceValueProviderProperties()
Methods in com.flowable.platform.engine with parameters of type LockBasedSequenceValueProviderPropertiesModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setLockBasedSequenceValueProviderProperties
(LockBasedSequenceValueProviderProperties lockBasedSequenceValueProviderProperties) -
Uses of LockBasedSequenceValueProviderProperties in com.flowable.platform.engine.impl.sequence
Fields in com.flowable.platform.engine.impl.sequence declared as LockBasedSequenceValueProviderPropertiesModifier and TypeFieldDescriptionprotected final LockBasedSequenceValueProviderProperties
LockBasedSequenceValueProvider.properties
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type LockBasedSequenceValueProviderPropertiesModifierConstructorDescriptionLockBasedSequenceValueProvider
(CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties)