Interface AttachmentEntityManager
- All Superinterfaces:
EntityManager<AttachmentEntity>
- All Known Implementing Classes:
AttachmentEntityManagerImpl
@Internal
@Deprecated
public interface AttachmentEntityManager
extends EntityManager<AttachmentEntity>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAttachmentsByTaskId(String taskId) Deprecated.findAttachmentsByProcessInstanceId(String processInstanceId) Deprecated.findAttachmentsByTaskId(String taskId) Deprecated.
-
Method Details
-
findAttachmentsByProcessInstanceId
Deprecated. -
findAttachmentsByTaskId
Deprecated. -
deleteAttachmentsByTaskId
Deprecated.
-