This section lists the functions which are supported by the LogicalDOC CMIS API. Not all of these will necessarily be available in all CMIS clients.
This section lists the functions which are supported by the LogicalDOC CMIS API. Not all of these will necessarily be available in all CMIS clients.
This list refers to LogicalDOC 6.5.1
#View repository information and capabilities.
#View repository information and capabilities.
Line 72:
Line 73:
#Add Folders and Documents
#Add Folders and Documents
#Deletion of Documents and Folders
#Deletion of Documents and Folders
#Viewing of Documents via the document's contentStream property.
#Viewing/Download of Documents via the document's contentStream property.
NOTE: to get all of the latest functionality you may need to check out the latest code from the source repository. Refer to the LogicalDOC documentation for your version to see what CMIS functionality is present in that version.
NOTE: to get all of the latest functionality you may need to check out the latest code from the source repository. Refer to the LogicalDOC documentation for your version to see what CMIS functionality is present in that version.
Revision as of 09:36, 28 August 2012
Content Management Interoperability Services (CMIS) is a technical specification domain model for interacting with an document centric ECM repository via Web Services. It provides a content
management domain-specific data model, a set of generic services that act on that data model and several protocol bindings for these services, including: SOAP and Representational State Transfer (REST).
The LogicalDOC CMIS API allows CMIS compliant clients to communicate with a LogicalDOC repository using the AtomPub format. However, the current implementation is incomplete and the LogicalDOC CMIS implementation should be considered as an experimental/unfinished feature at this time.
New functionality will be added over time. Check this page for the latest updates.
CMIS is an OASIS initiative, a consortium focused on driving the definition and uptake of open standards on the web. OASIS is an incubator for a number of draft standards significant in the content management space, in particular, (CMIS) and the recently initiated Integrated Collaboration Object Model (ICOM) specifications.
Aim
Seamless (and out-the-box) integration between LogicalDOC and your existing content management infrastructure;
Federated searching among multiple LogicalDOC repositories and other content management systems;
A far richer set of tools and plugins integrated with LogicalDOC such as the AIR/FLEX and JavaFX Clients;
The combination of an open standards based interface and open source means even more peace of mind knowing that your document repository is completely future-proof.
This section lists the functions which are supported by the LogicalDOC CMIS API. Not all of these will necessarily be available in all CMIS clients.
This list refers to LogicalDOC 6.5.1
View repository information and capabilities.
List folder contents (children or descendant collections) and browse into sub-folders.
Fetch Folder or Document parent object
Add Folders and Documents
Deletion of Documents and Folders
Viewing/Download of Documents via the document's contentStream property.
NOTE: to get all of the latest functionality you may need to check out the latest code from the source repository. Refer to the LogicalDOC documentation for your version to see what CMIS functionality is present in that version.
Current Status
This section describes CMIS functionality which is currently under development. Functionality listed here may be available if you are using the daily builds but may also be not present, partial, or broken.