Uses of Interface
org.flowable.engine.impl.persistence.entity.AttachmentEntity
Packages that use AttachmentEntity
Package
Description
-
Uses of AttachmentEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement AttachmentEntityMethods in org.flowable.engine.impl.persistence.entity that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionAttachmentEntityManager.findAttachmentsByProcessInstanceId
(String processInstanceId) AttachmentEntityManagerImpl.findAttachmentsByProcessInstanceId
(String processInstanceId) AttachmentEntityManager.findAttachmentsByTaskId
(String taskId) AttachmentEntityManagerImpl.findAttachmentsByTaskId
(String taskId) -
Uses of AttachmentEntity in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionAttachmentDataManager.findAttachmentsByProcessInstanceId
(String processInstanceId) AttachmentDataManager.findAttachmentsByTaskId
(String taskId) -
Uses of AttachmentEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return AttachmentEntityMethods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionMybatisAttachmentDataManager.findAttachmentsByProcessInstanceId
(String processInstanceId) MybatisAttachmentDataManager.findAttachmentsByTaskId
(String taskId) Class<? extends AttachmentEntity>
MybatisAttachmentDataManager.getManagedEntityClass()