Is it posible to create custom object type in alfreco (community - 5.2.0) using openCmis (version 1.1)?
I tried creating subtype of cmis:document, but it throws CmisNotSupportedException.
I used this method:
org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition dtd = createDocumentTypeDef();
org.apache.chemistry.opencmis.client.api.Session.createType(dtd);
Solved! Go to Solution.
As the error indicates, Alfresco does not support dynamically creating new types via the CMIS API.
As the error indicates, Alfresco does not support dynamically creating new types via the CMIS API.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.