cancel
Showing results for 
Search instead for 
Did you mean: 

How to Use CMIS for User and Group Management

srinukanta
Champ in-the-making
Champ in-the-making
Hi,

I have a requirement to implement one cms application with below features:

Group and User Management
Contact Management
Image and Video Management
Document Management
Books Library Management

To Implement the above features i am planing to start this application by using java Apache Chemistry OpenCMIS.

I am hearing that this does not support Contact Management and Group and User Management" Colud you please correct me ifthis correct or not?

If this is correct what is correct implemenatation for this.

If i use webscripts can i user alfresco remote api like below to call alfresco webscrpts.

var connector = remote.connect("alfresco");
var result = connector.get("/api/people?filter=admin");
model.res=result;

Could you please help me to go with better approach?

Thanks,
Srini.
4 REPLIES 4

jm_pascal
Star Contributor
Star Contributor
Hello,

The short answer is no. CMIS doesnt support Group Management.

If you want to implement it, you have to use webscript from Alfresco REST API

postullat2
Champ in-the-making
Champ in-the-making
Hi all,

I have the same question - how CMIS can manage Users and Groups in Alfresco.
I see this topic is a bit old (2012 year), that is why maybe new updates for CMIS 1.1 are available… and which include this possibility (I mean managing users and groups in Alfresco 4.*)?

srinukanta
Champ in-the-making
Champ in-the-making
Hi,

Thank you very much for your information.  my half of the confusion  was gone.

Instead of Webscripts can i use Alfresco Websrvices API( Alfresco stated that it is not recommended).
Why i am asking this is if i use webservices we can use struts framework and communicate with repository using Webservices. From this my development will be faster because i do not need to learn again Spring surf and Webscript etc…

Or I should use only webscript instead of Webservices API(because of not recommended by Alfresco).

Could you please help me to get out of this confusion..? If i got cleared this doubt i have to start the development immediately. Plzzzzzzzzzzz

Thanks,
Srini.

jpotts
World-Class Innovator
World-Class Innovator
You can consume RESTful web scripts from anything that can speak HTTP. So feel free to use struts to make calls on web scripts. Web services is not unique in this regard.

Jeff