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