Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The client layer consists of a client interface, common interfaces and a runtime implementation. The runtime maps the client interface to the provider layer and implements the session cache. All parts are exposed by following packages:

package Package

Artifact

Description

org.apache.opencmis.client.api

opencmis-client-api

Main classes of the client API

org.apache.opencmis.commons.api

opencmis-commons-api

Interfaces and classes shared by client and provider API

org.apache.opencmis.client.runtime

opencmis-client-impl

Implementation classes of client API including a default implementation of the SessionFactory

...