cancel
Showing results for 
Search instead for 
Did you mean: 

Getting CoreSession from Remote Session?

montej
Champ in-the-making
Champ in-the-making

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.

3 REPLIES 3

Bauke_Roo
Star Contributor
Star Contributor

Not sure if this is what you're looking for

montej
Champ in-the-making
Champ in-the-making

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

Bauke_Roo
Star Contributor
Star Contributor

You might find the info you need on this page

Getting started

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.