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

Creating, updating, and deleting content


After you have listed content (that is, CMIS objects) in the repository, you would probably want to be able to create, update, and delete content. This is handled via the CMIS object services.

The following table gives you an overview of the available object service calls that are related to creating the content of different types:

Service call name

Short description

Long description

createDocument

Creates a document

Creates a document object of the specified type (given by the cmis:objectTypeId property) in the (optionally) specified location.

createDocumentFromSource

Copies a document

Creates a document object as a copy of the given source document in the (optionally) specified location.

createFolder

Creates a folder

Creates a folder object of the specified type in the specified location.

createRelationship

Creates a relationship

Creates a relationship object of the specified type.

createPolicy

Creates a policy

Creates...