- 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
-
- 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
-
- 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
-
- 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).
- getDocumentType() - Method in interface org.apache.chemistry.opencmis.client.api.Document
-
Returns the object type as a document type.
- 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.
- getFolderType() - Method in interface org.apache.chemistry.opencmis.client.api.Folder
-
Returns the object type as a folder type.
- 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.
- getItemType() - Method in interface org.apache.chemistry.opencmis.client.api.Item
-
Returns the object type as an item type.
- 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.
- 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).
- getPolicyType() - Method in interface org.apache.chemistry.opencmis.client.api.Policy
-
Returns the object type as a policy type.
- 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.
- getRelationshipType() - Method in interface org.apache.chemistry.opencmis.client.api.Relationship
-
Returns the object type as a relationship type.
- 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 provided
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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- setDefaultLocale() - Method in class org.apache.chemistry.opencmis.client.SessionParameterMap
-
Sets the JVM default locale of the session.
- 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.