Getting CoreSession from Remote Session?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2015 11:27 AM
Not sure if this is what you're looking for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2015 04:02 AM
You might find the info you need on this page
