Uses of Interface
org.flowable.common.engine.impl.persistence.entity.data.ByteArrayDataManager
Packages that use ByteArrayDataManager
Package
Description
-
Uses of ByteArrayDataManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as ByteArrayDataManagerModifier and TypeFieldDescriptionprotected ByteArrayDataManager
AbstractEngineConfiguration.byteArrayDataManager
Methods in org.flowable.common.engine.impl that return ByteArrayDataManagerMethods in org.flowable.common.engine.impl with parameters of type ByteArrayDataManagerModifier and TypeMethodDescriptionAbstractEngineConfiguration.setByteArrayDataManager
(ByteArrayDataManager byteArrayDataManager) -
Uses of ByteArrayDataManager in org.flowable.common.engine.impl.persistence.entity
Constructors in org.flowable.common.engine.impl.persistence.entity with parameters of type ByteArrayDataManagerModifierConstructorDescriptionByteArrayEntityManagerImpl
(ByteArrayDataManager byteArrayDataManager, String engineType, Supplier<FlowableEventDispatcher> eventDispatcherSupplier) -
Uses of ByteArrayDataManager in org.flowable.common.engine.impl.persistence.entity.data.impl
Classes in org.flowable.common.engine.impl.persistence.entity.data.impl that implement ByteArrayDataManager -
Uses of ByteArrayDataManager in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type ByteArrayDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setByteArrayDataManager
(ByteArrayDataManager byteArrayDataManager)