Uses of Interface
org.flowable.common.engine.impl.persistence.entity.data.ByteArrayDataManager
-
Packages that use ByteArrayDataManager Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.persistence.entity org.flowable.common.engine.impl.persistence.entity.data.impl -
-
Uses of ByteArrayDataManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as ByteArrayDataManager Modifier and Type Field Description protected ByteArrayDataManagerAbstractEngineConfiguration. byteArrayDataManagerMethods in org.flowable.common.engine.impl that return ByteArrayDataManager Modifier and Type Method Description ByteArrayDataManagerAbstractEngineConfiguration. getByteArrayDataManager()Methods in org.flowable.common.engine.impl with parameters of type ByteArrayDataManager Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. 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 ByteArrayDataManager Constructor Description ByteArrayEntityManagerImpl(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 Modifier and Type Class Description classMybatisByteArrayDataManager
-