1

In alfresco I have created a custom aspect (ex. studentAspect). In my asp.net site, I wanna apply this aspect on a specific document and update the metadata values (ex. studentName, studentGrdae...etc) using any type of integration (ex. dotCMIS, calling RESTful API.

Any help would be highly appreciated Thanks in Advance

  • Either of the two integration methods you should do it, amongst others. What did you try? Which tutorials did you follow? What code did you write? Where did you get stuck? – Gagravarr Oct 26 '15 at 11:01
  • hi, I tried dotcmis and couldn't do it because it doesn't support aspect. – user3906086 Nov 19 '15 at 18:20
  • couldn't find any other way to do it using asp.net – user3906086 Nov 19 '15 at 18:21
  • 1
    Use PortCMIS, which is CMIS 1.1 and therefore does Aspects properly via [secondary types](http://docs.alfresco.com/5.0/pra/1/concepts/cmis-1.1-using-aspects.html)? – Gagravarr Nov 19 '15 at 19:00

1 Answers1

0

You can use the edit-metadata restful webscript. For further info please check Alfresco wiki

Younes Regaieg
  • 4,156
  • 2
  • 21
  • 37