create a user and group by cmis

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2013 03:31 AM
Hi i want to create a user or group by java code
so what are possible ways for this?
Can it possible by cmis Api , if yes plz give me guide line
, if no plz give me other direction , Waiting for replyyy…
so what are possible ways for this?
Can it possible by cmis Api , if yes plz give me guide line
, if no plz give me other direction , Waiting for replyyy…
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2013 02:46 PM
CMIS cannot be used to create users or groups.
Here is the documentation on the RESTful API for groups:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Groups.html
Here is the documentation on the RESTful API for users:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Person.html
Jeff
Here is the documentation on the RESTful API for groups:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Groups.html
Here is the documentation on the RESTful API for users:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Person.html
Jeff
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2015 10:00 AM
Can we call restful service through CMIS (cmis session)? Or should I use half cmis half restful stuff because of the limitations?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2015 09:38 PM
Yes, exactly, split your calls between CMIS and non-CMIS APIs. Unfortunately, I do not know a way to share your CMIS session to make non-CMIS calls.
Jeff
Jeff
