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