cursor = new LimitCursor<Statement>(cursor, p.getLimit());
}
modelResult = new ModelResultImpl(cursor);
}
ModelResultRepresentation result = new ModelResultRepresentation(modelResult, factory, mediaType);
result.setTrimNamespaces(true);
return result;
}
catch (StoreException e) {
throw new ResourceException(e);
}