Interface AttachmentEntityManager
- All Superinterfaces:
EntityManager<AttachmentEntity>
- All Known Implementing Classes:
AttachmentEntityManagerImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteAttachmentsByTaskId
(Collection<String> taskIds) void
deleteAttachmentsByTaskId
(String taskId) findAttachmentsByProcessInstanceId
(String processInstanceId) findAttachmentsByTaskId
(String taskId)
-
Method Details
-
findAttachmentsByProcessInstanceId
-
findAttachmentsByTaskId
-
deleteAttachmentsByTaskId
-
bulkDeleteAttachmentsByTaskId
-