Uses of Interface
org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManager
Packages that use ByteArrayEntityManager
Package
Description
-
Uses of ByteArrayEntityManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as ByteArrayEntityManagerModifier and TypeFieldDescriptionprotected ByteArrayEntityManager
AbstractEngineConfiguration.byteArrayEntityManager
Methods in org.flowable.common.engine.impl that return ByteArrayEntityManagerMethods in org.flowable.common.engine.impl with parameters of type ByteArrayEntityManagerModifier and TypeMethodDescriptionAbstractEngineConfiguration.setByteArrayEntityManager
(ByteArrayEntityManager byteArrayEntityManager) -
Uses of ByteArrayEntityManager in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement ByteArrayEntityManager -
Uses of ByteArrayEntityManager in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type ByteArrayEntityManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setByteArrayEntityManager
(ByteArrayEntityManager byteArrayEntityManager) -
Uses of ByteArrayEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return ByteArrayEntityManagerModifier and TypeMethodDescriptionprotected ByteArrayEntityManager
AbstractManager.getByteArrayEntityManager()
-
Uses of ByteArrayEntityManager in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return ByteArrayEntityManagerModifier and TypeMethodDescriptionprotected ByteArrayEntityManager
AttachmentEntityManagerImpl.getByteArrayEntityManager()
protected ByteArrayEntityManager
ExecutionEntityManagerImpl.getByteArrayEntityManager()
-
Uses of ByteArrayEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return ByteArrayEntityManagerModifier and TypeMethodDescriptionstatic ByteArrayEntityManager
CommandContextUtil.getByteArrayEntityManager()
static ByteArrayEntityManager
CommandContextUtil.getByteArrayEntityManager
(CommandContext commandContext)