cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling CMIS Content Stream hash

saurav
Champ in-the-making
Champ in-the-making

Hi All,

I have installed the latest Alfresco community edition. I am accessing Alfresco server using a CMIS client. Now i want to enable CMIS content stream hash as mentioned https://issues.alfresco.com/jira/browse/ACE-893.

Please let me know on how can i do this.

Best Regards,

Saurav

3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator

As you can see in the JIRA issue you have linked, it is still in the OPEN state. That means that feature is not yet available and as such cannot be activated. Currently you could create a custom content model and behaviour to calculate hash codes on your documents yourself.

saurav
Champ in-the-making
Champ in-the-making

Thanks  Axel for the reply.

Do you mean i have to extend document type and calculate hashes on my own ?

How can i customize/extend the alfresco server implementation for calculating the hashes ?

Best Regards,

Saurav

afaust
Legendary Innovator
Legendary Innovator

You can define a custom content model and write a behaviour / policy to calculate the checksum every time the content of a node changes. Those typical extension points are documented on docs.alfresco.com.