Interface AttachmentEntityManager
-
- All Superinterfaces:
EntityManager<AttachmentEntity>
- All Known Implementing Classes:
AttachmentEntityManagerImpl
@Internal @Deprecated public interface AttachmentEntityManager extends EntityManager<AttachmentEntity>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddeleteAttachmentsByTaskId(String taskId)Deprecated.List<AttachmentEntity>findAttachmentsByProcessInstanceId(String processInstanceId)Deprecated.List<AttachmentEntity>findAttachmentsByTaskId(String taskId)Deprecated.
-
-
-
Method Detail
-
findAttachmentsByProcessInstanceId
List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
Deprecated.
-
findAttachmentsByTaskId
List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
Deprecated.
-
deleteAttachmentsByTaskId
void deleteAttachmentsByTaskId(String taskId)
Deprecated.
-
-