mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
add method getMaxNumOfItemsPerRequest
This commit is contained in:
@@ -112,4 +112,10 @@ public interface OpenSearchService {
|
||||
|
||||
public DSpaceObject resolveScope(Context context, String scope) throws SQLException;
|
||||
|
||||
/**
|
||||
* Retrieves the maximum number of items that can be included in a single opensearch request.
|
||||
*
|
||||
* @return the maximum number of items allowed per request
|
||||
*/
|
||||
int getMaxNumOfItemsPerRequest();
|
||||
}
|
||||
|
Reference in New Issue
Block a user