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 |
---|---|---|
|
Creates a document |
Creates a document object of the specified type (given by the |
|
Copies a document |
Creates a document object as a copy of the given source document in the (optionally) specified location. |
|
Creates a folder |
Creates a folder object of the specified type in the specified location. |
|
Creates a relationship |
Creates a relationship object of the specified type. |
|
Creates a policy |
Creates... |