04-23-2013 12:02 PM
public class CommentsController extends AbstractWebScript {
private ServiceRegistry serviceRegistry;
@Override
public void execute(WebScriptRequest req, WebScriptResponse res)
throws IOException {
WebScriptServletRequest servletRequest = (WebScriptServletRequest) req;
response.setContentType("application/json");
String nodeId = "afef8c4e-2022-49dd-8427-9321d4f84491";
// write the json object for all the comments
}
}
04-24-2013 06:34 AM
04-25-2013 10:47 AM
04-26-2013 02:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.