Uses of Interface
org.flowable.engine.impl.persistence.entity.AttachmentEntityManager
-
Packages that use AttachmentEntityManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.util -
-
Uses of AttachmentEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as AttachmentEntityManager Modifier and Type Field Description protected AttachmentEntityManagerProcessEngineConfigurationImpl. attachmentEntityManagerMethods in org.flowable.engine.impl.cfg that return AttachmentEntityManager Modifier and Type Method Description AttachmentEntityManagerProcessEngineConfigurationImpl. getAttachmentEntityManager()Methods in org.flowable.engine.impl.cfg with parameters of type AttachmentEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setAttachmentEntityManager(AttachmentEntityManager attachmentEntityManager) -
Uses of AttachmentEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return AttachmentEntityManager Modifier and Type Method Description protected AttachmentEntityManagerAbstractManager. getAttachmentEntityManager() -
Uses of AttachmentEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement AttachmentEntityManager Modifier and Type Class Description classAttachmentEntityManagerImpl -
Uses of AttachmentEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return AttachmentEntityManager Modifier and Type Method Description static AttachmentEntityManagerCommandContextUtil. getAttachmentEntityManager()static AttachmentEntityManagerCommandContextUtil. getAttachmentEntityManager(CommandContext commandContext)
-