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