id = PathUtil.decodePathParam(id);
return new GroupResourceImpl(getProcessEngine().getName(), id, relativeRootResourcePath, getObjectMapper());
}
public List<GroupDto> queryGroups(UriInfo uriInfo, Integer firstResult, Integer maxResults) {
GroupQueryDto queryDto = new GroupQueryDto(getObjectMapper(), uriInfo.getQueryParameters());
return queryGroups(queryDto, firstResult, maxResults);
}