03-16-2014 06:36 PM
Unexpected document! Received: something unknown
03-16-2014 11:26 PM
parameters.put(SessionParameter.OBJECT_FACTORY_CLASS, "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl");
parameters.put("org.apache.chemistry.opencmis.binding.atompub.url", "http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom");
…
Map properties = new HashMap();
properties.put("cmis:name", name);
properties.put("cmis:objectTypeId", "D:custom:customType, P:custom:customAspect");
properties.put("custom:customProperty", "custom property value");
09-02-2014 11:11 AM
09-29-2014 05:27 AM
def properties = new HashMap<String,String>()
properties[PropertyIds.NAME] = 'Test.pdf'
properties[PropertyIds.OBJECT_TYPE_ID] = 'cmis:document'
properties[PropertyIds.SECONDARY_OBJECT_TYPE_IDS] = ['P:cm:titled']
properties['cm:title'] = 'My CMIS 1.1 test with aspects'
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.