public interface AttachmentDataManager extends DataManager<AttachmentEntity>
Modifier and Type | Method and Description |
---|---|
List<AttachmentEntity> |
findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
findAttachmentsByTaskId(String taskId) |
List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
Copyright © 2015 Alfresco. All rights reserved.