This section consists of the following main topics:
Example of using Java to login to repository.
List of documents (folder, files)
Description about the usage of several methods to get the documents lists, such as getChildren(), getFolderTree() and getDescendants().
Read document properties and content-stream
Instructions on how to read and get the document properties and content stream.
Search of data and syntax examples
Examples of using Java and Javascript to search for data and syntax in CMIS.
Modification of document properties or content
Instructions on how to use Java and Javascript to update and get document properties or content in CMIS.
The examples of the CMIS usage may be useful for developers who need to access a repository. CMIS access code snippets are built using Apache HTTP Client for Java, or using Google gadgets (gadgets.io) for JavaScript examples. For examples of CURL, visit http://code.google.com/p/xcmis/wiki/xCMISusesWithCurl.