public interface AttachmentEntityManager extends EntityManager<AttachmentEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
bulkDeleteAttachmentsByTaskId(Collection<String> taskIds) |
void |
deleteAttachmentsByTaskId(String taskId) |
List<AttachmentEntity> |
findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
findAttachmentsByTaskId(String taskId) |
List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
void deleteAttachmentsByTaskId(String taskId)
void bulkDeleteAttachmentsByTaskId(Collection<String> taskIds)
Copyright © 2022 Flowable. All rights reserved.