Uses of Interface
org.flowable.engine.impl.persistence.entity.AttachmentEntityManager
Packages that use AttachmentEntityManager
Package
Description
-
Uses of AttachmentEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as AttachmentEntityManagerModifier and TypeFieldDescriptionprotected AttachmentEntityManager
ProcessEngineConfigurationImpl.attachmentEntityManager
Methods in org.flowable.engine.impl.cfg that return AttachmentEntityManagerMethods in org.flowable.engine.impl.cfg with parameters of type AttachmentEntityManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setAttachmentEntityManager
(AttachmentEntityManager attachmentEntityManager) -
Uses of AttachmentEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return AttachmentEntityManagerModifier and TypeMethodDescriptionprotected AttachmentEntityManager
AbstractManager.getAttachmentEntityManager()
-
Uses of AttachmentEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement AttachmentEntityManager -
Uses of AttachmentEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return AttachmentEntityManagerModifier and TypeMethodDescriptionstatic AttachmentEntityManager
CommandContextUtil.getAttachmentEntityManager()
static AttachmentEntityManager
CommandContextUtil.getAttachmentEntityManager
(CommandContext commandContext)