01-04-2012 11:43 AM
01-04-2012 11:55 AM
01-04-2012 12:49 PM
01-05-2012 03:31 AM
var conn = remote.connect("alfresco"); // "alfresco" is the default configured endpoint name for the repository
var json = conn.get("/api/people");
if (json.status == 200)
{
// Create JavaScript objects from the response
var obj = eval('(' + json + ')');
if (obj)
{
// Perform processing on the js objects
// set results into the model for the template
model.results = somearray;
}
}01-06-2012 02:59 AM
01-25-2012 03:32 PM
01-26-2012 02:38 AM
01-26-2012 09:42 AM
01-26-2012 09:55 AM
01-26-2012 11:46 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.