mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
Remove dspace-rest, all configs and a few deprecated methods only used by this module.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user