Interface AttachmentEntityManager

All Superinterfaces:
EntityManager<AttachmentEntity>
All Known Implementing Classes:
AttachmentEntityManagerImpl

@Internal @Deprecated public interface AttachmentEntityManager extends EntityManager<AttachmentEntity>
Deprecated.
  • Method Details

    • findAttachmentsByProcessInstanceId

      List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
      Deprecated.
    • findAttachmentsByTaskId

      List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
      Deprecated.
    • deleteAttachmentsByTaskId

      void deleteAttachmentsByTaskId(String taskId)
      Deprecated.