Added folder structured documents in download Zip API.
This commit is contained in:
@@ -33,5 +33,7 @@ public interface DocumentRepository extends JpaRepository<DocumentEntity, Long>
|
||||
List<DocumentEntity> findAllByIsDeleteTrue();
|
||||
|
||||
List<DocumentEntity> findAllByIdInAndIsDeletedFalse(Set<Long> documentIds);
|
||||
|
||||
List<DocumentEntity> findBySourceIdInAndSourceAndIsDeletedFalse(Set<Long> sourceId, String type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user