CMIS Client Overview
OpenCMIS provides two CMIS client APIs that are called Client API and Client Bindings API.
The Client API is a high-level, object orientated API and suitable for most use cases.
It sits on top of the Client Bindings API.
The Client Bindings API reflects the CMIS domain model.
It allows fine-grained control which makes the interfaces a bit clunky.