getContentChanges? What does it return?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2010 01:13 AM
Hi All,
Could any one explain what type of information getContentChanges method returns from repository with
an example?
Thanks for any info.
Could any one explain what type of information getContentChanges method returns from repository with
an example?
Thanks for any info.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2010 02:45 AM
See http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905471
It returns an array of ChangeEvents. How it is exactly implemented, may differ from framework to framework (I think).
best regards, gclaussn
It returns an array of ChangeEvents. How it is exactly implemented, may differ from framework to framework (I think).
best regards, gclaussn
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2010 05:49 AM
From the specification what I understand is, if I update properties of a document then getContentChanges will list that document in log? and I can fetch which properties have been updated with what value? Please correct me if wrong.
What type of objects/nodes can be included in change log event? Folder? Document? Users? Business Rules? ???
Kindly explain in more detail please?
Thanks.
What type of objects/nodes can be included in change log event? Folder? Document? Users? Business Rules? ???
Kindly explain in more detail please?
Thanks.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2010 06:35 AM
In the OpenCMIS implementation it recognizes all property changes of subtypes of cmis
bject. The ChangeEvent contains an object id, the type of change (created, updated, deleted) and a list of properties, which are affected.
I hope it helps a little bit.

I hope it helps a little bit.
