Sunday 21 April 2019

CMIS: Object Capabilites


openCMIS provides following functions to check the object capabilities.

Function
Description
getContentStreamUpdatesCapability()
Indicates the support a repository has for updating a documents content stream.

Valid values are:
none : The content stream may never be updated.
anytime : The content stream may be updated any time.
pwconly : The content stream may be updated only when checked out. That means only updation of Private Working Copy is possible.
getChangesCapability()
Check the level of support for changelog.

Valid values are: none, objectidonly, properties, all

none : The repository does not support the change log feature.

objectidsonly : The change log can return only the object ids for changed objects in the repository and an indication of the type of change, not details of the actual change.

properties : The change log can return properties and the object id for the changed objects.

all : The change log can return the object ids for changed objects in the repository and more information about the actual change
getRenditionsCapability()
Check whether repository supports renditions or not.

Possible values are: none, read

none: The repository does not expose renditions at all.

read: Renditions are provided by the repository and readable by the client.





Previous                                                 Next                                                 Home

No comments:

Post a Comment