public interface AttachmentEntityManager extends EntityManager<AttachmentEntity>
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2015 Alfresco. All rights reserved.