154155156157158159160161162163164
.path(rootResourcePath) .path(CaseInstanceRestService.PATH) .path(instance.getId()) .build(); result.addReflexiveLink(uri, HttpMethod.GET, "self"); return result; } @Override