05-19-2016 07:47 AM
05-27-2016 09:10 AM
Map properties = new HashMap();
properties.put(SessionParameter.USER, user);
properties.put(SessionParameter.PASSWORD, password);
properties.put(SessionParameter.ATOMPUB_URL, "http://{host}:{port}/alfresco/api/-default-/public/cmis/versions/1.1/atom");
properties.put(SessionParameter.BINDING_TYPE, BindingType.ATOMPUB.value());
SessionFactory factory = SessionFactoryImpl.newInstance();
List<Repository> repositories = factory.getRepositories(properties);
Respository cmisRepository = repositories.get(0);
properties.put(SessionParameter.REPOSITORY_ID, cmisRepository.getId());
cmisSession = factory.createSession(properties);
….
05-30-2016 11:06 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.