Uses of Interface
org.flowable.engine.impl.persistence.entity.data.AttachmentDataManager
-
Packages that use AttachmentDataManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of AttachmentDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as AttachmentDataManager Modifier and Type Field Description protected AttachmentDataManagerProcessEngineConfigurationImpl. attachmentDataManagerMethods in org.flowable.engine.impl.cfg that return AttachmentDataManager Modifier and Type Method Description AttachmentDataManagerProcessEngineConfigurationImpl. getAttachmentDataManager()Methods in org.flowable.engine.impl.cfg with parameters of type AttachmentDataManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setAttachmentDataManager(AttachmentDataManager attachmentDataManager) -
Uses of AttachmentDataManager in org.flowable.engine.impl.persistence.entity
Constructors in org.flowable.engine.impl.persistence.entity with parameters of type AttachmentDataManager Constructor Description AttachmentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, AttachmentDataManager attachmentDataManager) -
Uses of AttachmentDataManager in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement AttachmentDataManager Modifier and Type Class Description classMybatisAttachmentDataManager
-