Uses of Interface
org.flowable.engine.impl.persistence.entity.data.AttachmentDataManager
Packages that use AttachmentDataManager
Package
Description
-
Uses of AttachmentDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as AttachmentDataManagerModifier and TypeFieldDescriptionprotected AttachmentDataManager
ProcessEngineConfigurationImpl.attachmentDataManager
Methods in org.flowable.engine.impl.cfg that return AttachmentDataManagerMethods in org.flowable.engine.impl.cfg with parameters of type AttachmentDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 AttachmentDataManagerModifierConstructorDescriptionAttachmentEntityManagerImpl
(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