Versions Compared

Key

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

...

CmisProvider is the entry point to the CMIS services and a few utility operations. It contains a transparent cache for repository infos and type definitions. The object is serializable, although dehydrating can be expensive. CmisProvider is thread-safe.

The get*Service() methods provide access to the CMIS services. Some service operations take provider layer specific objects. These objects should be created with the ProviderObjectFactory. This factory can be obtained through the getObjectFactory() method of the CmisProvider object.

...