02-23-2015 03:15 AM
Hi ,currently i have get user session by below code in liferay
HttpAutomationClient client = new HttpAutomationClient(automationPath);
// authentication with secret key
client.setRequestInterceptor(new PortalSSOAuthInterceptor(
ConstantUtils.NUXEO_PORTAL_AUTH_SECRET, user.getScreenName()));
//Class org.nuxeo.ecm.automation.client.Session
Session session = client.getSession();
Now i want nuxeo CoreSession from org.nuxeo.ecm.automation.client.Session. How can i get this ? Thanks in advance. Any small will be appreciated.
02-23-2015 11:27 AM
Not sure if this is what you're looking for
02-24-2015 01:43 AM
Thanks for your reply, actually i want core session for getting nuxeo task in liferay for each user. I got this by Workflow.GetTask automatio operation , which provide me the all task for particular user by name
02-24-2015 04:02 AM
You might find the info you need on this page
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.