Interface | Description |
---|---|
ChangeEvent |
Change event in the change log.
|
ChangeEvents |
Change event list.
|
CmisObject |
Base interface for all CMIS objects.
|
CmisObjectProperties |
Accessors to CMIS object properties.
|
Document |
CMIS document interface.
|
DocumentProperties |
Accessors to CMIS document properties.
|
DocumentType |
Document Object Type.
|
FileableCmisObject |
Fileable CMIS object.
|
Folder |
CMIS folder interface.
|
FolderProperties |
Accessors to CMIS folder properties.
|
FolderType |
Folder Object Type.
|
Item |
CMIS item interface.
|
ItemIterable<T> |
Iterable for CMIS collections that allows ability to skip to specific
position or return a subcollection.
|
ItemType |
Item Object Type.
|
ObjectFactory |
A factory to create and convert CMIS objects.
|
ObjectId |
Holds an object id.
|
ObjectType |
Object Type.
|
OperationContext |
An
OperationContext object defines the filtering, paging and
caching of an operation. |
Policy |
CMIS policy interface.
|
PolicyProperties |
Accessors to CMIS policy properties.
|
PolicyType |
Policy Object Type.
|
Property<T> |
CMIS Property.
|
QueryResult |
Query result.
|
QueryStatement |
Query Statement.
|
Relationship |
CMIS relationship interface.
|
RelationshipProperties |
Accessors to CMIS relationship properties.
|
RelationshipType |
Relationship Object Type.
|
Rendition |
Rendition.
|
Repository |
Represents a repository.
|
SecondaryType |
Secondary type.
|
Session |
A session is a connection to a CMIS repository with a specific user.
|
SessionFactory |
Entry point into the OpenCMIS Client API.
|
TransientCmisObject | Deprecated
Support for transient objects will be removed in the future.
|
TransientDocument | Deprecated
Support for transient objects will be removed in the future.
|
TransientFileableCmisObject | Deprecated
Support for transient objects will be removed in the future.
|
TransientFolder | Deprecated
Support for transient objects will be removed in the future.
|
TransientPolicy | Deprecated
Support for transient objects will be removed in the future.
|
TransientRelationship | Deprecated
Support for transient objects will be removed in the future.
|
Tree<T> |
Basic tree structure.
|
This package provides interfaces and classes for accessing CMIS repositories
via an object oriented API.
Interfaces in this package are implemented by the OpenCMIS runtime and must not be
implemented by applications.
The OpenCMIS client API depends on the OpenCMIS commons API.
To use the OpenCMIS client API, a client needs to get a reference to the entry interface
SessionFactory
and then connect to the
CMIS repository by obtaining a session to the repository from the SessionFactory
.
The way to get a SessionFactory
instance depends on the clients runtime:
Usually this will be done via JNDI lookup in a J2EE runtime or a service lookup in a OSGi Runtime.
All operations that require a round-trip to the back-end will do that synchronously, causing the client to be blocked during that call.
SessionFactory
,
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.