How to access Record Management System programmatically using java APIs?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 07:45 AM
Hi,
I'm working on POCs for using alfresco to store the records being created by our java application.
Up to my learnings , currently CMIS doesn't have any support for Record Management System.
I can not find any tutorials or code examples to access record management System.
Can anyone help me on interfacing with Record management System?
Anything tutorials, API documentation, examples regarding RMS would be really helpful.
Thanks in advance.
I'm working on POCs for using alfresco to store the records being created by our java application.
Up to my learnings , currently CMIS doesn't have any support for Record Management System.
I can not find any tutorials or code examples to access record management System.
Can anyone help me on interfacing with Record management System?
Anything tutorials, API documentation, examples regarding RMS would be really helpful.
Thanks in advance.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 10:23 AM
The CMIS specification has support for retentions and holds but the CMIS implementation in Alfresco does not.
However, you can use CMIS to perform CRUD functions against the Alfresco repository regardless of whether or not you are using the Records Management module.
So if you are not trying to do anything specific to RM, use CMIS. If there is something you need to do that CMIS cannot do, use web scripts.
Jeff
However, you can use CMIS to perform CRUD functions against the Alfresco repository regardless of whether or not you are using the Records Management module.
So if you are not trying to do anything specific to RM, use CMIS. If there is something you need to do that CMIS cannot do, use web scripts.
Jeff

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2014 05:04 AM
Hi jeff
Thanks I've added records using CMIS itself..
Regards,
Sathiyaseelan.M
Thanks I've added records using CMIS itself..
Regards,
Sathiyaseelan.M
