cancel
Showing results for 
Search instead for 
Did you mean: 

Is it a typo in the Webengine documentation ?

Benjamin_JALON
Confirmed Champ
Confirmed Champ

In this documentation, you tell:

UserSession userSession = WebEngine.getActiveContext().getUserSession();
Principal principal = userSession.getPrincipal();
CoreSession session1 = userSession.getCoreSession();
CoreSession session2 = userSession.getCoreSession("myrepo");    

does the right code is :

UserSession userSession = WebEngine.getActiveContext().getUserSession();
Principal principal = userSession.getPrincipal();
CoreSession session1 = WebEngine.getActiveContext().getCoreSession();
CoreSession session2 = WebEngine.getActiveContext().getCoreSession("myrepo");

0 REPLIES 0
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.