cancel
Showing results for 
Search instead for 
Did you mean: 

How to access Record Management System programmatically using java APIs?

sathiyaseelan
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
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

sathiyaseelan
Champ in-the-making
Champ in-the-making
Hi jeff

Thanks I've added records using CMIS itself..

Regards,
Sathiyaseelan.M