Giải pháp về chức năng này được đc đưa ra như sau:
The favorites is used to mark a document as a favorite. In the UI it shows as a filled in star and then shows up when you filter on favorites.
To mark a document as a favorite, you POST to:
http://localhost:8080/alfresco/s/api/people/{user id}/preferences
The following JSON:
{"org":{"alfresco":{"share":{"documents":{"favourites":"{node ref of the favorite document"}}}}}
Where "node ref of the favorite document" looks like:
workspace://SpacesStore/1a0b110f-1e09-4ca2-b367-fe25e4964a4e
Jeff
Cái này hơi có chút vấn đề.
ReplyDeleteSau khi add file A là favorite, sau đó add tiếp file B, thì file A ko còn là favorite nữa, còn mỗi 1 mình file B :(
Đã giải quyết được vấn đề bằng cách cố giữ lại các favorite cũ :(
ReplyDelete