Added pagination to context listing

This commit is contained in:
luca.frosini 2023-09-27 12:22:11 +02:00
parent af48246afa
commit 90e1ca1a28
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class ContextManager extends BaseRest {
ServerRequestInfo serverRequestInfo = initRequestInfo();
serverRequestInfo.setAllMeta(true);
serverRequestInfo.checkBooleanQueryParameter(ContextPath.INCLUDE_META_QUERY_PARAMETER);
serverRequestInfo.checkLimitOffset();
ContextManagement contextManagement = new ContextManagement();
return contextManagement.all(false);