HLocale hLocale = localeServiceImpl.getByLocaleId(localeId);
if (hLocale == null) {
return Response.status(Response.Status.NOT_FOUND).build();
}
TextFlowResultTransformer resultTransformer =
new TextFlowResultTransformer(hLocale);
FilterConstraints filterConstraints = FilterConstraints.builder().build();
List<HTextFlow> textFlows =
textFlowDAO.getNavigationByDocumentId(