03-23-2015 07:50 AM
03-23-2015 12:17 PM
03-24-2015 09:16 AM
@Override
protected Map<String, Object> executeImpl(WebScriptRequest req,
Status status, Cache cache) {
Map<String, Object> model = new HashMap<String, Object>();
JSONObject json = null;
Object jsonO = req.parseContent();
if (jsonO instanceof JSONObject && jsonO != null)
{
//read json params then
//do the logic on the folder content
….
}
03-25-2015 10:03 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.