Skip navigation links
A B C D E F G H I L M O P Q R S T U 

A

addAcl(List<Ace>, AclPropagation) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Adds ACEs to the object and refreshes this object afterwards.
addHeader(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Adds a HTTP header.
addToFolder(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Adds this object to a folder.
appendContentStream(ContentStream, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Appends a content stream to the content stream of the document and refreshes this object afterwards.
appendContentStream(ContentStream, boolean, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Appends a content stream to the content stream of the document.
applyAcl(ObjectId, List<Ace>, List<Ace>, AclPropagation) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Applies ACL changes to an object and dependent objects.
applyAcl(List<Ace>, List<Ace>, AclPropagation) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Adds and removes ACEs to the object and refreshes this object afterwards.
applyAcl(ObjectId, List<Ace>, List<Ace>, AclPropagation) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Applies ACL changes to an object and dependent objects.
applyPolicy(ObjectId, ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Applies a set of policies to an object.
applyPolicy(ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Applies the provided policies and refreshes this object afterwards.
applyPolicy(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Applies the provided policy.
applyPolicy(ObjectId, ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Applies a set of policies to an object.
AsyncSession - Interface in org.apache.chemistry.opencmis.client.api
This interface provides asynchronous CMIS operations.
AsyncSessionFactory - Interface in org.apache.chemistry.opencmis.client.api
Factory for asynchronous sessions.

B

bulkUpdateProperties(List<CmisObject>, Map<String, ?>, List<String>, List<String>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Updates multiple objects in one request.

C

cancelCheckOut() - Method in interface org.apache.chemistry.opencmis.client.api.Document
If this is a PWC (private working copy) the check out will be reversed.
ChangeEvent - Interface in org.apache.chemistry.opencmis.client.api
Change event in the change log.
ChangeEvents - Interface in org.apache.chemistry.opencmis.client.api
Change event list.
checkIn(boolean, Map<String, ?>, ContentStream, String, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Document
If this is a PWC (private working copy) it performs a check in.
checkIn(boolean, Map<String, ?>, ContentStream, String) - Method in interface org.apache.chemistry.opencmis.client.api.Document
If this is a PWC (private working copy) it performs a check in.
checkOut() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Checks out the document and returns the object ID of the PWC (private working copy).
clear() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Clears all cached data.
CmisEndpointDocumentReader - Interface in org.apache.chemistry.opencmis.client.api
 
CmisObject - Interface in org.apache.chemistry.opencmis.client.api
Base interface for all CMIS objects.
CmisObjectProperties - Interface in org.apache.chemistry.opencmis.client.api
Accessors to CMIS object properties.
convertAces(List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertChangeEvent(ObjectData) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertChangeEvents(String, ObjectList) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertContentStream(ContentStream) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
Converts a high level ContentStream object into a low level ContentStream object.
convertObject(ObjectData, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertPolicies(List<Policy>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertProperties(ObjectType, Collection<SecondaryType>, Properties) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertProperties(Map<String, ?>, ObjectType, Collection<SecondaryType>, Set<Updatability>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertQueryProperties(Properties) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertQueryResult(ObjectData) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertRendition(String, RenditionData) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertRepositoryInfo(RepositoryInfo) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
convertTypeDefinition(TypeDefinition) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
copy(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates a copy of this document, including content.
copy(ObjectId, Map<String, ?>, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates a copy of this document, including content.
createAce(String, List<String>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
createAcl(List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
createAppendOutputStream() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates an OutputStream stream object that can be used to append content the current content of the document.
createAppendOutputStream(int) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates an OutputStream stream object that can be used to append content the current content of the document.
createAsyncSession(Session) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSessionFactory
Creates a AsyncSession session object.
createAsyncSession(Session, int) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSessionFactory
Creates a AsyncSession session object.
createContentStream(String, long, String, InputStream) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
Creates an object that implements the ContentStream interface.
createContentStream(String, long, String, InputStream, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
Creates an object that implements the ContentStream interface.
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new document.
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new document.
createDocument(Map<String, ?>, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new document in this folder.
createDocument(Map<String, ?>, ContentStream, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new document in this folder.
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new document.
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new document.
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new document from a source document.
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new document from a source document.
createDocumentFromSource(ObjectId, Map<String, ?>, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new document from a source document in this folder.
createDocumentFromSource(ObjectId, Map<String, ?>, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new document from a source document in this folder.
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new document from a source document.
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new document from a source document.
createFolder(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new folder.
createFolder(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new folder.
createFolder(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new subfolder in this folder.
createFolder(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new subfolder in this folder.
createFolder(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new folder.
createFolder(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new folder.
createItem(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new item.
createItem(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new item.
createItem(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new item in this folder.
createItem(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new item in this folder.
createItem(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new item.
createItem(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new item.
createObjectId(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates an object ID from a String.
createOperationContext() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new operation context object.
createOperationContext(Set<String>, boolean, boolean, boolean, IncludeRelationships, Set<String>, boolean, String, boolean, int) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new operation context object with the given properties.
createOverwriteOutputStream(String, String) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates an OutputStream stream object that can be used to overwrite the current content of the document.
createOverwriteOutputStream(String, String, int) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Creates an OutputStream stream object that can be used to overwrite the current content of the document.
createPolicy(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new policy.
createPolicy(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new policy.
createPolicy(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new policy in this folder.
createPolicy(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Creates a new policy in this folder.
createPolicy(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new policy.
createPolicy(Map<String, ?>, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new policy.
createProperty(PropertyDefinition<T>, List<T>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
createQueryStatement(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a query statement.
createQueryStatement(Collection<String>, Map<String, String>, String, List<String>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a query statement for a query of one primary type joined by zero or more secondary types.
createRelationship(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new relationship.
createRelationship(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new relationship.
createRelationship(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new relationship.
createRelationship(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new relationship.
createSession() - Method in interface org.apache.chemistry.opencmis.client.api.Repository
Creates a session for this repository.
createSession(Map<String, String>) - Method in interface org.apache.chemistry.opencmis.client.api.SessionFactory
Creates a new session.
createType(TypeDefinition) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Creates a new type.
createType(TypeDefinition) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Creates a new type.

D

delete(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Deletes an object.
delete(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Deletes an object and, if it is a document, all versions in the version series.
delete() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Deletes this object.
delete(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Deletes this object.
delete(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Deletes an object and, if it is a document, all versions in the version series.
delete(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Deletes an object.
deleteAllVersions() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Deletes this document and all its versions.
deleteContentStream() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Removes the current content stream from the document and refreshes this object afterwards.
deleteContentStream(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Removes the current content stream from the document.
deleteTree(ObjectId, boolean, UnfileObject, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Deletes a folder and all subfolders.
deleteTree(boolean, UnfileObject, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Deletes this folder and all subfolders.
deleteTree(ObjectId, boolean, UnfileObject, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Deletes a folder and all subfolders.
deleteType(String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Deletes a type.
deleteType(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Deletes a type.
Document - Interface in org.apache.chemistry.opencmis.client.api
CMIS document interface.
DocumentProperties - Interface in org.apache.chemistry.opencmis.client.api
Accessors to CMIS document properties.
DocumentType - Interface in org.apache.chemistry.opencmis.client.api
Document Object Type.

E

exists(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Checks if an object with given object ID exists in the repository and is visible for the current user.
exists(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Checks if an object with given object ID exists in the repository and is visible for the current user.
existsPath(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Checks if an object with given path exists in the repository and is visible for the current user.
existsPath(String, String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Checks if an object with given path exists in the repository and is visible for the current user.

F

FileableCmisObject - Interface in org.apache.chemistry.opencmis.client.api
Fileable CMIS object.
find() - Static method in class org.apache.chemistry.opencmis.client.SessionFactoryFinder
Creates a default SessionFactory object.
find(String) - Static method in class org.apache.chemistry.opencmis.client.SessionFactoryFinder
Creates a SessionFactory object.
find(String, ClassLoader) - Static method in class org.apache.chemistry.opencmis.client.SessionFactoryFinder
Creates a SessionFactory object.
findObjectType(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns a list of primary and secondary object types that define the given property.
Folder - Interface in org.apache.chemistry.opencmis.client.api
CMIS folder interface.
FolderProperties - Interface in org.apache.chemistry.opencmis.client.api
Accessors to CMIS folder properties.
FolderType - Interface in org.apache.chemistry.opencmis.client.api
Folder Object Type.

G

getAcl() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvent
Returns the ACL.
getAcl() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the ACL if it has been fetched for this object.
getAcl(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Fetches the ACL of an object from the repository.
getAdapter(Class<T>) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns an adapter based on the given interface.
getAllowableActions() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the allowable actions if they have been fetched for this object.
getAllowableActions() - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns the allowable actions if they have been requested.
getAllowedChildObjectTypes() - Method in interface org.apache.chemistry.opencmis.client.api.FolderProperties
Returns the list of the allowed object types in this folder (CMIS property cmis:allowedChildObjectTypeIds).
getAllowedSourceTypes() - Method in interface org.apache.chemistry.opencmis.client.api.RelationshipType
Get the list of object types, allowed as source for relationships of this type.
getAllowedTargetTypes() - Method in interface org.apache.chemistry.opencmis.client.api.RelationshipType
Get the list of object types, allowed as target for relationships of this type.
getAllVersions() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Fetches all versions of this document.
getAllVersions(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Fetches all versions of this document using the given OperationContext.
getBaseType() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the base type of this CMIS object (object type identified by cmis:baseTypeId).
getBaseType() - Method in interface org.apache.chemistry.opencmis.client.api.ObjectType
Gets the types base type, if the type is a derived (non-base) type.
getBaseTypeId() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the id of the base type of this CMIS object (CMIS property cmis:baseTypeId).
getBinding() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the underlying binding object.
getCacheKey() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns a key for this OperationContext object that is used for caching.
getChangeEvents() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvents
Returns the change event list.
getChangeToken() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the change token (CMIS property cmis:changeToken).
getCheckedOutDocs() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns all checked out documents in this folder.
getCheckedOutDocs(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns all checked out documents in this folder using the given OperationContext.
getCheckedOutDocs() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns all checked out documents.
getCheckedOutDocs(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns all checked out documents with the given OperationContext .
getCheckinComment() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the checkin comment (CMIS property cmis:checkinComment).
getChildren() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns the children of this folder.
getChildren(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns the children of this folder using the given OperationContext.
getChildren() - Method in interface org.apache.chemistry.opencmis.client.api.ObjectType
Gets the list of types directly derived from this type (which will return this type on getParent()).
getChildren() - Method in interface org.apache.chemistry.opencmis.client.api.Tree
Returns the children.
getContentChanges(String, boolean, long) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the content changes.
getContentChanges(String, boolean, long, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the content changes.
getContentChanges(String, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns an iterator of content changes, starting from the given change log token to the latest entry in the change log.
getContentChanges(String, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns an iterator of content changes, starting from the given change log token to the latest entry in the change log.
getContentStream(ObjectId, String, BigInteger, BigInteger) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Retrieves the content stream of a document.
getContentStream(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Retrieves the main content stream of a document.
getContentStream() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Retrieves the content stream of this document.
getContentStream(BigInteger, BigInteger) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Retrieves the content stream of this document.
getContentStream(String) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Retrieves the content stream that is associated with the given stream ID.
getContentStream(String, BigInteger, BigInteger) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Retrieves the content stream that is associated with the given stream ID.
getContentStream() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the content stream of the rendition.
getContentStream(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Retrieves the main content stream of a document.
getContentStream(ObjectId, String, BigInteger, BigInteger) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Retrieves the content stream of a document.
getContentStreamAllowed() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentType
Gets the enum that describes, how content streams have to be handled with this document type.
getContentStreamFileName() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the content stream filename or null if the document has no content (CMIS property cmis:contentStreamFileName).
getContentStreamHashes() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the content hashes or null if the document has no content (CMIS property cmis:contentStreamHash).
getContentStreamId() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the content stream ID or null if the document has no content (CMIS property cmis:contentStreamId).
getContentStreamLength() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the content stream length or -1 if the document has no content (CMIS property cmis:contentStreamLength).
getContentStreamMimeType() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the content stream MIME type or null if the document has no content (CMIS property cmis:contentStreamMimeType).
getContentUrl() - Method in interface org.apache.chemistry.opencmis.client.api.Document
Returns the content URL of the document if the binding supports content URLs.
getContentUrl(String) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Returns the content URL of the document or a rendition if the binding supports content URLs.
getContentUrl() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the content URL of the rendition if the binding supports content URLs.
getCreatedBy() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the user who created this CMIS object (CMIS property cmis:createdBy).
getCreationDate() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the timestamp when this CMIS object has been created (CMIS property cmis:creationDate).
getDefaultContext() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the current default operation parameters for filtering, paging and caching.
getDefinition() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns the property definition.
getDescendants(int) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Gets the folder descendants starting with this folder.
getDescendants(int, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Gets the folder descendants starting with this folder using the given OperationContext.
getDescendants(int) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectType
Gets the list of all types somehow derived from this type.
getDescription() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the description of this CMIS object (CMIS property cmis:description).
getExtensions(ExtensionLevel) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the extensions for the given level.
getFilter() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the current filter.
getFilterString() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the filter extended by cmis:objectId, cmis:objectTypeId and cmis:baseTypeId.
getFolderParent() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Gets the parent folder object.
getFolderTree(int) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Gets the folder tree starting with this folder.
getFolderTree(int, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Gets the folder tree starting with this folder using the given OperationContext.
getHasMoreItems() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvents
Indicates whether are more change events or not.
getHasMoreItems() - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Returns whether the repository contains additional items beyond the page of items already fetched.
getHeight() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the height in pixels if the rendition is an image.
getId() - Method in interface org.apache.chemistry.opencmis.client.api.ObjectId
Returns the object ID.
getIncludeRelationships() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns which relationships should be returned.
getItem() - Method in interface org.apache.chemistry.opencmis.client.api.Tree
Returns the item on this level.
getLastModificationDate() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the timestamp when this CMIS object has been modified (CMIS property cmis:lastModificationDate).
getLastModifiedBy() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the user who modified this CMIS object (CMIS property cmis:lastModifiedBy).
getLatestAccessibleStateId() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the latest accessible state ID or null if the repository does not support the Latest State Identifier feature extension (CMIS property cmis:latestAccessibleStateId ).
getLatestChangeLogToken() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvents
Returns the change log token if available.
getLatestChangeLogToken() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest change log token.
getLatestDocumentVersion(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the latest version in a version series.
getLatestDocumentVersion(ObjectId, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the latest version in a version series.
getLatestDocumentVersion(ObjectId, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the latest version in a version series.
getLatestDocumentVersion(String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
/** Returns the latest version in a version series.
getLatestDocumentVersion(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the latest version in a version series.
getLatestDocumentVersion(String, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the latest version in a version series.
getLatestDocumentVersion(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest version in a version series.
getLatestDocumentVersion(ObjectId, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest version in a version series.
getLatestDocumentVersion(ObjectId, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest version in a version series.
getLatestDocumentVersion(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
/** Returns the latest version in a version series.
getLatestDocumentVersion(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest version in a version series.
getLatestDocumentVersion(String, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the latest version in a version series.
getLength() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the size of the rendition in bytes if available.
getLocale() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Get the current locale to be used for this session.
getMaxItemsPerPage() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the current max number of items per batch.
getName() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the name of this CMIS object (CMIS property cmis:name).
getObject(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObject(ObjectId, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObject(String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObject(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObject(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObject(ObjectId, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObject(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObject(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObjectByPath(String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObjectByPath(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObjectByPath(String, String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObjectByPath(String, String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns a CMIS object from the session cache.
getObjectByPath(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObjectByPath(String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObjectByPath(String, String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObjectByPath(String, String, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns a CMIS object from the session cache.
getObjectFactory() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets a factory object that provides methods to create the objects used by this API.
getObjectId() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvent
Gets the ID of the object.
getObjectOfLatestVersion(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Fetches the latest major or minor version of this document.
getObjectOfLatestVersion(boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Fetches the latest major or minor version of this document using the given OperationContext.
getOrderBy() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the order by rule for operations that return lists.
getPage() - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Gets an iterable for the current sub collection within the CMIS collection using default maximum number of items.
getPage(int) - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Gets an iterable for the current sub collection within the CMIS collection.
getPageNumItems() - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Returns the number of items fetched for the current page.
getParentId() - Method in interface org.apache.chemistry.opencmis.client.api.FolderProperties
Returns the parent id or null if the folder is the root folder (CMIS property cmis:parentId).
getParents() - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Returns the parents of this object.
getParents(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Returns the parents of this object.
getParentType() - Method in interface org.apache.chemistry.opencmis.client.api.ObjectType
Gets the types parent type, if the type is a derived (non-base) type.
getPath() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns the path of the folder.
getPaths() - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Returns the paths of this object.
getPermissionsForPrincipal(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns all permissions for the given principal from the ACL.
getPermissonsForPrincipal(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
getPolicies() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the applied policies if they have been fetched for this object.
getPolicyIds() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvent
Returns the policy IDs.
getPolicyText() - Method in interface org.apache.chemistry.opencmis.client.api.PolicyProperties
Returns the policy text of this CMIS policy (CMIS property cmis:policyText).
getProperties() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvent
Returns the properties.
getProperties() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns a list of all available CMIS properties.
getProperties() - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns the list of all properties in this query result.
getProperty(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns a property.
getPropertyById(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property by ID.
getPropertyByQueryName(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property by query name or alias.
getPropertyMultivalueById(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property multi-value by ID.
getPropertyMultivalueByQueryName(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property multi-value by query name or alias.
getPropertyValue(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the value of a property.
getPropertyValueById(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property (single) value by ID.
getPropertyValueByQueryName(String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns a property (single) value by query name or alias.
getRefreshTimestamp() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the timestamp of the last refresh.
getRelationships() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the relationships if they have been fetched for this object.
getRelationships() - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns the relationships if they have been requested.
getRelationships(ObjectId, boolean, RelationshipDirection, ObjectType, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Fetches the relationships from or to an object from the repository.
getRenditionDocument() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the rendition document if the rendition is a stand-alone document.
getRenditionDocument(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the rendition document using the provides OperationContext if the rendition is a stand-alone document.
getRenditionFilter() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the current rendition filter.
getRenditionFilterString() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns the current rendition filter.
getRenditions() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns the renditions if they have been fetched for this object.
getRenditions() - Method in interface org.apache.chemistry.opencmis.client.api.QueryResult
Returns the renditions if they have been requested.
getRepositories(Map<String, String>) - Method in interface org.apache.chemistry.opencmis.client.api.SessionFactory
Returns all repositories that are available at the endpoint.
getRepositoryInfo() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the repository info of the repository associated with this session.
getRootFolder() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the root folder of the repository.
getRootFolder(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the root folder of the repository with the given OperationContext.
getSecondaryTypes() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the secondary types of this CMIS object (object types identified by cmis:secondaryObjectTypeIds).
getSession() - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Returns the session object.
getSessionParameters() - Method in interface org.apache.chemistry.opencmis.client.api.Session
Returns the session parameters that were used to create this session.
getSource() - Method in interface org.apache.chemistry.opencmis.client.api.Relationship
Gets the source object.
getSource(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Relationship
Gets the source object using the given OperationContext.
getSourceId() - Method in interface org.apache.chemistry.opencmis.client.api.RelationshipProperties
Returns the source ID of this CMIS relationship (CMIS property cmis:sourceId).
getTarget() - Method in interface org.apache.chemistry.opencmis.client.api.Relationship
Gets the target object.
getTarget(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Relationship
Gets the target object using the given OperationContext.
getTargetId() - Method in interface org.apache.chemistry.opencmis.client.api.RelationshipProperties
Returns the target ID of this CMIS relationship (CMIS property cmis:targetId).
getTotalNumItems() - Method in interface org.apache.chemistry.opencmis.client.api.ChangeEvents
Returns the total number of change events if available.
getTotalNumItems() - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Returns the total number of items.
getType() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties
Returns the type of this CMIS object (object type identified by cmis:objectTypeId).
getType() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns the property data type.
getTypeChildren(String, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the type children of a type.
getTypeDefinition(String) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Gets the definition of a type.
getTypeDefinition(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the definition of a type.
getTypeDefinition(String, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the definition of a type.
getTypeDescendants(String, int, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Gets the type descendants of a type.
getTypeFromObjectData(ObjectData) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
getValue() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns the property value (single or multiple).
getValueAsString() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns a human readable representation of the property value.
getValuesAsString() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns a human readable representation of the property values.
getVersionLabel() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the version label (CMIS property cmis:versionLabel).
getVersionSeriesCheckedOutBy() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the user who checked out this version series (CMIS property cmis:versionSeriesCheckedOutBy).
getVersionSeriesCheckedOutId() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the PWC ID of this version series (CMIS property cmis:versionSeriesCheckedOutId).
getVersionSeriesId() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns the version series ID (CMIS property cmis:versionSeriesId ).
getWidth() - Method in interface org.apache.chemistry.opencmis.client.api.Rendition
Returns the width in pixels if the rendition is an image.

H

hasAllowableAction(Action) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Returns if a given action in the Allowable Actions.

I

initialize(Session, Map<String, String>) - Method in interface org.apache.chemistry.opencmis.client.api.ObjectFactory
 
isBaseType() - Method in interface org.apache.chemistry.opencmis.client.api.ObjectType
Indicates whether this is base object type or not.
isCacheEnabled() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Return if caching is enabled.
isImmutable() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this document is immutable (CMIS property cmis:isImmutable).
isIncludeAcls() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns if ACLs should returned.
isIncludeAllowableActions() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns if allowable actions should returned.
isIncludePathSegments() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns if path segments should returned.
isIncludePolicies() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns if policies should returned.
isLatestMajorVersion() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this document is the latest major version (CMIS property cmis:isLatestMajorVersion).
isLatestVersion() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this document is the latest version (CMIS property cmis:isLatestVersion).
isMajorVersion() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this document is a major version (CMIS property cmis:isMajorVersion).
isMultiValued() - Method in interface org.apache.chemistry.opencmis.client.api.Property
Returns if the property is a multi-value property.
isPrivateWorkingCopy() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this document is the PWC (CMIS property cmis:isPrivateWorkingCopy).
isRootFolder() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
Returns if the folder is the root folder.
isVersionable() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentType
Gets the isVersionable flag.
isVersionSeriesCheckedOut() - Method in interface org.apache.chemistry.opencmis.client.api.DocumentProperties
Returns true if this version series is checked out (CMIS property cmis:isVersionSeriesCheckedOut).
Item - Interface in org.apache.chemistry.opencmis.client.api
CMIS item interface.
ItemIterable<T> - Interface in org.apache.chemistry.opencmis.client.api
Iterable for CMIS collections that allows ability to skip to specific position or return a subcollection.
ItemType - Interface in org.apache.chemistry.opencmis.client.api
Item Object Type.
iterator() - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
 

L

load(File) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Loads entries from the given UTF-8 encoded file.
load(InputStream) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Loads entries from the given, UTF-8 encoded stream and leaves the stream open.
loadSecondaryTypeProperties() - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Returns is secondary type properties should be loaded.

M

move(ObjectId, ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Moves this object.
move(ObjectId, ObjectId, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Moves this object.

O

ObjectFactory - Interface in org.apache.chemistry.opencmis.client.api
A factory to create and convert CMIS objects.
ObjectId - Interface in org.apache.chemistry.opencmis.client.api
Holds an object ID.
ObjectType - Interface in org.apache.chemistry.opencmis.client.api
Object Type.
OperationContext - Interface in org.apache.chemistry.opencmis.client.api
An OperationContext object defines the filtering, paging and caching of an operation.
org.apache.chemistry.opencmis.client - package org.apache.chemistry.opencmis.client
 
org.apache.chemistry.opencmis.client.api - package org.apache.chemistry.opencmis.client.api
The OpenCMIS Client API.

P

parse(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Parses a string that contains key-value pairs.
pepareSessionParameters(CmisAuthentication) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Prepares session parameters based on the provides authentication information.
Policy - Interface in org.apache.chemistry.opencmis.client.api
CMIS policy interface.
PolicyProperties - Interface in org.apache.chemistry.opencmis.client.api
Accessors to CMIS policy properties.
PolicyType - Interface in org.apache.chemistry.opencmis.client.api
Policy Object Type.
Property<T> - Interface in org.apache.chemistry.opencmis.client.api
CMIS Property.
put(String, long) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets a long value.
put(String, boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets a boolean value.
putLine(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
 

Q

query(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Executes the query.
query(boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Executes the query.
query(String, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Sends a query to the repository.
query(String, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Sends a query to the repository using the given OperationContext.
queryObjects(String, String, boolean, OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Builds a CMIS query and returns the query results as an iterator of CmisObject objects.
QueryResult - Interface in org.apache.chemistry.opencmis.client.api
Query result.
QueryStatement - Interface in org.apache.chemistry.opencmis.client.api
Query Statement.

R

read(URL) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Reads a CMIS Endpoint Document from a URL.
read(File) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Reads a CMIS Endpoint Document from a file.
read(InputStream) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Reads a CMIS Endpoint Document from a stream.
read(Reader) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Reads a CMIS Endpoint Document from a reader.
read(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisEndpointDocumentReader
Reads a CMIS Endpoint Document from a String.
refresh() - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Reloads this object from the repository.
refreshIfOld(long) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Reloads the data from the repository if the last refresh did not occur within durationInMillis.
Relationship - Interface in org.apache.chemistry.opencmis.client.api
CMIS relationship interface.
RelationshipProperties - Interface in org.apache.chemistry.opencmis.client.api
Accessors to CMIS relationship properties.
RelationshipType - Interface in org.apache.chemistry.opencmis.client.api
Relationship Object Type.
removeAcl(List<Ace>, AclPropagation) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Removes ACEs to the object and refreshes this object afterwards.
removeFromFolder(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
Removes this object from a folder.
removeObjectFromCache(ObjectId) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Removes the given object from the cache.
removeObjectFromCache(String) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Removes the given object from the cache.
removePolicy(ObjectId, ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Removes a set of policies from an object.
removePolicy(ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Removes the provided policies and refreshes this object afterwards.
removePolicy(ObjectId, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Removes the provided policy.
removePolicy(ObjectId, ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Removes a set of policies from an object.
rename(String) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Renames this object (changes the value of cmis:name).
rename(String, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Renames this object (changes the value of cmis:name).
Rendition - Interface in org.apache.chemistry.opencmis.client.api
Rendition.
Repository - Interface in org.apache.chemistry.opencmis.client.api
Represents a repository.

S

SecondaryType - Interface in org.apache.chemistry.opencmis.client.api
Secondary type.
Session - Interface in org.apache.chemistry.opencmis.client.api
A session is a connection to a CMIS repository with a specific user.
SessionFactory - Interface in org.apache.chemistry.opencmis.client.api
Entry point into the OpenCMIS Client API.
SessionFactoryFinder - Class in org.apache.chemistry.opencmis.client
Finds a SessionFactory implementation and creates a factory object.
SessionParameterMap - Class in org.apache.chemistry.opencmis.client
A map with convenience methods to set session parameters.
SessionParameterMap() - Constructor for class org.apache.chemistry.opencmis.client.SessionParameterMap
Creates an empty map.
SessionParameterMap(Map<? extends String, ? extends String>) - Constructor for class org.apache.chemistry.opencmis.client.SessionParameterMap
Creates a map with the same mappings as the specified map.
setAcl(ObjectId, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Removes the direct ACEs of an object and sets the provided ACEs.
setAcl(List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Removes the direct ACE of this object, sets the provided ACEs to the object and refreshes this object afterwards.
setAcl(ObjectId, List<Ace>) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Removes the direct ACEs of an object and sets the provided ACEs.
setAtomPubBindingUrl(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the AtomPub URL and sets the binding to AtomPub.
setAuthenticationProvider(Class<? extends AuthenticationProvider>) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the authentication provider class.
setBasicAuthentication(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns basic authentication on and UsernameToken authentication off if the standard authentication provider is used.
setBasicAuthentication() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns basic authentication on and UsernameToken authentication off if the standard authentication provider is used.
setBearerToken(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets bearer token.
setBoolean(int, boolean...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given boolean.
setBrowserBindingSuccinct(boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets whether properties should be sent in the succinct format or not.
setBrowserBindingUrl(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the Browser URL and sets the binding to Browser.
setCacheEnabled(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Enables or disables the cache.
setClientCompression(boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets whether requests to the server should be compressed or not.
setCompression(boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets if the server should be asked to use compression.
setConnectionTimeout(long) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the HTTP connection timeout.
setContentStream(ContentStream, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Sets a new content stream for the document and refreshes this object afterwards.
setContentStream(ContentStream, boolean, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.Document
Sets a new content stream for the document.
setCookies(boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets whether cookies should be managed or not.
setCsrfHeader(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the CSRF HTTP header
setDateTime(int, Calendar...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value.
setDateTime(int, Date...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value.
setDateTime(int, long...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value.
setDateTimeTimestamp(int, Calendar...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value with the prefix 'TIMESTAMP '.
setDateTimeTimestamp(int, Date...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value with the prefix 'TIMESTAMP '.
setDateTimeTimestamp(int, long...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given DateTime value with the prefix 'TIMESTAMP '.
setDefaultContext(OperationContext) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Sets the current session parameters for filtering, paging and caching.
setFilter(Set<String>) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets the current filter.
setFilterString(String) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets the current filter.
setHttpInvoker(Class<?>) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the HTTP invoker class.
setId(int, ObjectId...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given object ID.
setIncludeAcls(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets if ACLs should returned.
setIncludeAllowableActions(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets if allowable actions should returned.
setIncludePathSegments(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets if path segments should returned.
setIncludePolicies(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets if policies should returned.
setIncludeRelationships(IncludeRelationships) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets which relationships should be returned.
setLoadSecondaryTypeProperties(boolean) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets if secondary type properties should be loaded.
setLocalBindingClass(Class<? extends CmisServiceFactory>) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the local service factory and sets the binding to Local.
setLocale(Locale) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the locale of the session.
setLocale(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the locale of the session.
setLocale(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the locale of the session.
setMaxItemsPerPage(int) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Set the max number of items per batch for operations that return lists.
setNoAuthentication() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns all authentication off if the standard authentication provider is used.
setNtlmAuthentication(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns NTLM authentication on and basic authentication and UsernameToken authentication off.
setNtlmAuthentication() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns NTLM authentication on and basic authentication and UsernameToken authentication off.
setNumber(int, Number...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given number.
setOAuthAuthentication(String, String, String, String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns OAuth 2.0 authentication on and basic authentication and UsernameToken authentication off.
setOAuthAuthentication(String, String, String, String, String, long) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns OAuth 2.0 authentication on and basic authentication and UsernameToken authentication off.
setOAuthAuthentication() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns OAuth 2.0 authentication on and basic authentication and UsernameToken authentication off.
setOAuthBearerTokenAuthentication(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns simple OAuth 2.0 bearer token authentication on and basic authentication and UsernameToken authentication off.
setObjectFactory(Class<? extends ObjectFactory>) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the object factory class.
setOrderBy(String) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets the order by rule for operations that return lists.
setProperty(int, String, String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the query name of the given property.
setProperty(int, PropertyDefinition<?>) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the query name of the given property.
setProxyUserAndPassword(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets HTTP proxy user and password.
setReadTimeout(long) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the HTTP read timeout.
setRenditionFilter(Set<String>) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets the current rendition filter.
setRenditionFilterString(String) - Method in interface org.apache.chemistry.opencmis.client.api.OperationContext
Sets the current rendition filter.
setRepositoryId(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the repository ID.
setString(int, String...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given string.
setStringContains(int, String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given string in a CMIS contains statement.
setStringLike(int, String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given string.
setType(int, String) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the query name of the given type ID.
setType(int, ObjectType) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the query name of the given type.
setUri(int, URI...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given URI.
setUrl(int, URL...) - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Sets the designated parameter to the given URL.
setUserAgent(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the user agent string.
setUserAndPassword(String, String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets user and password.
setUsernameTokenAuthentication(String, String, boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns UsernameToken authentication on for the Web Services binding if the standard authentication provider is used.
setUsernameTokenAuthentication(boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Turns UsernameToken authentication on for the Web Services binding if the standard authentication provider is used.
setWebServicesBindingUrl(String) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the Web Services WSDL URL and sets the binding to Web Services.
setWebServicesMemoryTempDirectory(String, boolean) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the Web Service temp directory.
setWebServicesMemoryThreshold(long) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Sets the Web Service memory threshold.
skipTo(long) - Method in interface org.apache.chemistry.opencmis.client.api.ItemIterable
Skips to position within CMIS collection.
store(File) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Writes all entries to the given file.
store(OutputStream) - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
Writes all entries UTF-8 encoded to the given stream and leaves the stream open.
storeContentStream(ObjectId, String, BigInteger, BigInteger, OutputStream) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Reads the document content and writes it to an output stream.
storeContentStream(ObjectId, OutputStream) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Reads the document content and writes it to an output stream.

T

toQueryString() - Method in interface org.apache.chemistry.opencmis.client.api.QueryStatement
Returns the query statement.
toString() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
 
Tree<T> - Interface in org.apache.chemistry.opencmis.client.api
Basic tree structure.

U

updateProperties(Map<String, ?>) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Updates the provided properties and refreshes this object afterwards.
updateProperties(Map<String, ?>, boolean) - Method in interface org.apache.chemistry.opencmis.client.api.CmisObject
Updates the provided properties.
updateType(TypeDefinition) - Method in interface org.apache.chemistry.opencmis.client.api.AsyncSession
Updates an existing type.
updateType(TypeDefinition) - Method in interface org.apache.chemistry.opencmis.client.api.Session
Updates an existing type.
A B C D E F G H I L M O P Q R S T U 
Skip navigation links

Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.