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 LockBasedSequenceValueProviderPropertiesPlatformEngineConfiguration.lockBasedSequenceValueProviderPropertiesMethods in com.flowable.platform.engine that return LockBasedSequenceValueProviderPropertiesModifier and TypeMethodDescriptionPlatformEngineConfiguration.getLockBasedSequenceValueProviderProperties()Methods in com.flowable.platform.engine with parameters of type LockBasedSequenceValueProviderPropertiesModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.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 LockBasedSequenceValueProviderPropertiesLockBasedSequenceValueProvider.propertiesConstructors in com.flowable.platform.engine.impl.sequence with parameters of type LockBasedSequenceValueProviderPropertiesModifierConstructorDescriptionLockBasedSequenceValueProvider(CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties)