02-18-2011 09:58 AM
02-18-2011 10:07 AM
02-18-2011 12:01 PM
SessionFactory f = SessionFactoryImpl.newInstance();
…..
parameter.put(SessionParameter.BINDING_TYPE, BindingType.WEBSERVICES.value());
…..
Session session = f.createSession(parameter);
…
Map<String, Object> properties = new HashMap<String, Object>();
….
properties.put( PropertyIds.OBJECT_TYPE_ID, "D:" + nameObjectType);
properties.put( PropertyIds.NAME, docName);
….
properties.put("dp:attributodata",new Date());
properties.put("dp:attributotesto","Test");
Document docAdded = folder.createDocument(properties, conStream, versioningState,null,null,null,operationContext);
03-01-2011 04:31 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.