Remove dspace-rest, all configs and a few deprecated methods only used by this module.

This commit is contained in:
Tim Donohue
2024-01-12 16:08:43 -06:00
parent de7ad34ec0
commit 944305a8ca
80 changed files with 9 additions and 13488 deletions

View File

@@ -1435,16 +1435,6 @@ prevent the generation of resource policy entry values with null dspace_object a
}
}
@Override
public Iterator<Item> findByMetadataQuery(Context context, List<List<MetadataField>> listFieldList,
List<String> query_op, List<String> query_val, List<UUID> collectionUuids,
String regexClause, int offset, int limit)
throws SQLException, AuthorizeException, IOException {
return itemDAO
.findByMetadataQuery(context, listFieldList, query_op, query_val, collectionUuids, regexClause, offset,
limit);
}
@Override
public DSpaceObject getAdminObject(Context context, Item item, int action) throws SQLException {
DSpaceObject adminObject = null;