cancel
Showing results for 
Search instead for 
Did you mean: 

Create Type that is not content in Alfresco repository and calling it with Apache Chemistry

aelrwiny
Champ in-the-making
Champ in-the-making
I'm new to Alfresco, and there is a case in my business requires to create an organization type in the content model which is not a content and hold the meta-data for the organizations that will use the repository. I tried to use sys:base and cm:cmobject as parent for the organization type but when i try to create organization type using Apache Chemistry throws the following exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException object not found crmsSmiley Surprisedrganization.

I'm asking if there is another way to do that without inheriting cm:content and how to create this type to the repository using Apache Chemistry?

Regards.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
No it's not possible via cmis in release 4.2.     
Work-arounds. 
a) You could use a subtype of folder.
b) You could use another interface like a webscript.

Its a feature in development now for 4.3.     

aelrwiny
Champ in-the-making
Champ in-the-making
@mrogers, Thanks for your reply.