Book Image

Alfresco CMIS

By : Martin Bergljung
Book Image

Alfresco CMIS

By: Martin Bergljung

Overview of this book

Table of Contents (14 chapters)
Alfresco CMIS
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Alfresco content model mapping to the CMIS object model


This section will walk you through the CMIS object model and have a look at how Alfresco implements it.

Repository capabilities

The information in this section holds true for my Alfresco Community 4.2.e installation and 4.2.0 Enterprise installation.

Alfresco supports adding and removing ACL as the capabilityACL property is set to manage. The capabilityAllVersionsSearchable property is set to false, so Alfresco does not support searching in all the previous versions of a document when version management has been turned on.

Alfresco does not log anything when users execute operations such as creating, reading, updating, or deleting a document as the capabilityChanges value is none. By default, the change log is turned off to save space; it can be turned on by updating the tomcat/shared/classes/alfresco-global.properties file and setting audit.cmischangelog.enabled to true. Once set, the value of capabilityChanges becomes objectidsonly. This...