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

A

AbstractAsyncSession - Class in org.apache.chemistry.opencmis.client.runtime.async
An abstract implementation of the AsyncSession interface providing convenience implementations.
AbstractAsyncSession(Session) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
AbstractCmisObject - Class in org.apache.chemistry.opencmis.client.runtime
Base class for all persistent session object impl classes.
AbstractCmisObject() - Constructor for class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
AbstractExecutorServiceAsyncSession<E extends ExecutorService> - Class in org.apache.chemistry.opencmis.client.runtime.async
An abstract implementation of the AsyncSession interface that uses an ExecutorService object for running asynchronous tasks.
AbstractExecutorServiceAsyncSession(Session) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
AbstractExecutorServiceAsyncSession.ApplyAclCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.ApplyPolicyCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateDocumentCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateDocumentFromSourceCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateFolderCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateItemCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreatePolicyCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateRelationshipCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.CreateTypeCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.DeleteCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.DeleteTreeCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.DeleteTypeCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.GetContentStreamCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.GetObjectByPathCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.GetObjectCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.GetTypeDefinitonCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.RemovePolicyCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.SessionCallable<V> - Class in org.apache.chemistry.opencmis.client.runtime.async
A Callable that has a Session object.
AbstractExecutorServiceAsyncSession.SetAclCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.StoreContentStreamCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractExecutorServiceAsyncSession.UpdateTypeCallable - Class in org.apache.chemistry.opencmis.client.runtime.async
 
AbstractFilableCmisObject - Class in org.apache.chemistry.opencmis.client.runtime
Base class for all filable persistent session object impl classes.
AbstractFilableCmisObject() - Constructor for class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
AbstractIterable<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Abstract ItemIterable implementation.
AbstractIterable(AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
AbstractIterable(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
AbstractIterator<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Abstract Iterator implementation.
AbstractIterator(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Constructor.
AbstractPageFetcher<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Abstract page fetcher.
AbstractPageFetcher(long) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher
 
AbstractPageFetcher.Page<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
A fetched page.
Activator - Class in org.apache.chemistry.opencmis.client.osgi
OSGi Bundle activator for the OpenCMIS client which registers an instance of the SessionFactory in the OSGi service registry.
Activator() - Constructor for class org.apache.chemistry.opencmis.client.osgi.Activator
 
addAcl(List<Ace>, AclPropagation) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
addToFolder(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
appendContentStream(ContentStream, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
appendContentStream(ContentStream, boolean, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
AppendOutputStream - Class in org.apache.chemistry.opencmis.client.runtime.util
This OutputStream allows overwriting and appending to the content of a document.
AppendOutputStream(Session, Document, boolean, String, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
AppendOutputStream(Session, Document, boolean, String, String, int) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
Creates an OutputStream that appends content to a document.
applyAcl(List<Ace>, List<Ace>, AclPropagation) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
applyAcl(ObjectId, List<Ace>, List<Ace>, AclPropagation) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
applyAcl(ObjectId, List<Ace>, List<Ace>, AclPropagation) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
ApplyAclCallable(Session, ObjectId, List<Ace>, List<Ace>, AclPropagation) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.ApplyAclCallable
 
applyPolicy(ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
applyPolicy(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
applyPolicy(ObjectId, ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
applyPolicy(ObjectId, ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
ApplyPolicyCallable(Session, ObjectId, ObjectId...) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.ApplyPolicyCallable
 
AsyncSessionFactoryImpl - Class in org.apache.chemistry.opencmis.client.runtime.async
Factory for AsyncSession objects.
AsyncSessionFactoryImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AsyncSessionFactoryImpl
 
AutoCloseInputStream(InputStream) - Constructor for class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
available() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
awaitTermination(long, TimeUnit) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 

B

buildPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
bulkUpdateProperties(List<CmisObject>, Map<String, ?>, List<String>, List<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
bundleChanged(BundleEvent) - Method in class org.apache.chemistry.opencmis.client.osgi.Activator
 

C

Cache - Interface in org.apache.chemistry.opencmis.client.runtime.cache
Implements a session cache providing following capabilities: access CmisObject by object object ID access CmisObject by object path
CacheImpl - Class in org.apache.chemistry.opencmis.client.runtime.cache
Synchronized cache implementation.
CacheImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
Default constructor.
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.ApplyAclCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.ApplyPolicyCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateDocumentCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateDocumentFromSourceCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateFolderCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateItemCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreatePolicyCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateRelationshipCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateTypeCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteTreeCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteTypeCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetContentStreamCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectByPathCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetTypeDefinitonCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.RemovePolicyCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.SetAclCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.StoreContentStreamCallable
 
call() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.UpdateTypeCallable
 
cancelCheckOut() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
ChangeEventImpl - Class in org.apache.chemistry.opencmis.client.runtime
Change Event.
ChangeEventImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
ChangeEventImpl(ChangeType, GregorianCalendar, String, Map<String, List<?>>, List<String>, Acl) - Constructor for class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
ChangeEventsImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
ChangeEventsImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
ChangeEventsImpl(String, List<ChangeEvent>, boolean, long) - Constructor for class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
checkCmisVersion() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkContext(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkDocumentId(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkDocumentId(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkFolderId(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkIn(boolean, Map<String, ?>, ContentStream, String, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
checkIn(boolean, Map<String, ?>, ContentStream, String) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
checkObjectId(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkObjectId(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkOut() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
checkPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkProperties(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
checkQueryName(String) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Checks if a property query name is valid.
clear() - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
clear() - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
clear() - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
clear() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
clone() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
close() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
close(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
Closes the stream.
close() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
closeQuietly() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
CmisBindingHelper - Class in org.apache.chemistry.opencmis.client.runtime
Helper methods for binding handling.
CmisEndpointDocumentReaderImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
CmisEndpointDocumentReaderImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
CollectionIterable<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
CMIS Collection Iterable.
CollectionIterable(AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterable
Constructor.
CollectionIterable(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterable
Constructor.
CollectionIterator<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Iterator for iterating over all items in a CMIS Collection.
CollectionIterator(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator
Constructor.
CollectionPageIterable<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Iterable for a CMIS Collection Page.
CollectionPageIterable(AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable
Constructor.
CollectionPageIterable(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable
Constructor.
CollectionPageIterator<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
Iterator for iterating over a page of items in a CMIS Collection.
CollectionPageIterator(long, AbstractPageFetcher<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator
Constructor.
connect() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
Connect session object to the provider.
containsId(String, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
containsId(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
containsId(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
containsPath(String, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
containsPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
containsPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
ContentStreamUtils - Class in org.apache.chemistry.opencmis.client.util
Methods to create ContentStream objects.
ContentStreamUtils.AutoCloseInputStream - Class in org.apache.chemistry.opencmis.client.util
InputStream that gets closed when the end of the stream is reached or the underlying stream throws an exception.
convertAces(List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertChangeEvent(ObjectData) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertChangeEvents(String, ObjectList) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertContentStream(ContentStream) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertObject(ObjectData, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertPolicies(List<Policy>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertProperties(ObjectType, Collection<SecondaryType>, Properties) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertProperties(Map<String, ?>, ObjectType, Collection<SecondaryType>, Set<Updatability>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertProperty(ObjectType, Collection<SecondaryType>, PropertyData<T>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertQueryProperties(Properties) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertQueryResult(ObjectData) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertRendition(String, RenditionData) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertRepositoryInfo(RepositoryInfo) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
convertTypeDefinition(TypeDefinition) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
copy(ObjectId, Map<String, ?>, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
copy(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
copyOperationContext(OperationContext) - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Copies an OperationContext object.
copyViaClient(ObjectId, Map<String, ?>, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
Copies the document manually.
createAce(String, List<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
createAcl(List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
createAppendOutputStream() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
createAppendOutputStream(int) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
createAsyncSession(Session) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AsyncSessionFactoryImpl
 
createAsyncSession(Session, int) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AsyncSessionFactoryImpl
 
createBinding(Map<String, String>, AuthenticationProvider, TypeDefinitionCache) - Static method in class org.apache.chemistry.opencmis.client.runtime.CmisBindingHelper
Creates a CmisBinding object.
createByteArrayContentStream(String, byte[]) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from a byte array.
createByteArrayContentStream(String, byte[], String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from a byte array.
createByteArrayContentStream(String, byte[], int, int, String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from a byte array.
createContentStream(String, long, String, InputStream) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
createContentStream(String, long, String, InputStream, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
createContentStream(String, long, String, InputStream) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object for an InputStream.
createContentStream(String, BigInteger, String, InputStream) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object for an InputStream.
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createDocument(Map<String, ?>, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createDocument(Map<String, ?>, ContentStream, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createDocument(Map<String, ?>, ObjectId, ContentStream, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreateDocumentCallable(Session, Map<String, ?>, ObjectId, ContentStream, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateDocumentCallable
 
createDocumentFromFile(String, File, String, VersioningState, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Creates a document from a file.
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createDocumentFromSource(ObjectId, Map<String, ?>, VersioningState, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createDocumentFromSource(ObjectId, Map<String, ?>, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createDocumentFromSource(ObjectId, Map<String, ?>, ObjectId, VersioningState) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreateDocumentFromSourceCallable(Session, ObjectId, Map<String, ?>, ObjectId, VersioningState, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateDocumentFromSourceCallable
 
createFileContentStream(File) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from file.
createFileContentStream(String, File) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from file.
createFileContentStream(File, String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from file.
createFileContentStream(String, File, String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from file.
createFolder(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createFolder(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createFolder(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createFolder(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createFolder(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createFolder(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createFolder(Folder, String, String) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Creates a child folder with the name specified of the type specified.
createFolder(String, String, String, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Creates a folder using a String identifier.
CreateFolderCallable(Session, Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateFolderCallable
 
createItem(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createItem(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createItem(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createItem(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createItem(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createItem(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreateItemCallable(Session, Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateItemCallable
 
createIterator() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
Construct the iterator
createIterator() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterable
 
createIterator() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable
 
createMaximumOperationContext() - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Creates a new OperationContext object that selects everything.
createMinimumOperationContext() - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Creates a new OperationContext object that only selects the bare minimum.
createMinimumOperationContext(String...) - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Creates a new OperationContext object that only selects the bare minimum plus the provided properties.
createObjectId(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createOperationContext(Set<String>, boolean, boolean, boolean, IncludeRelationships, Set<String>, boolean, String, boolean, int) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createOperationContext() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createOperationContext() - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Creates a new OperationContext object.
createOperationContext(Set<String>, boolean, boolean, boolean, IncludeRelationships, Set<String>, boolean, String, boolean, int) - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Creates a new OperationContext object with the given parameters.
createOverwriteOutputStream(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
createOverwriteOutputStream(String, String, int) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
createPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPath(ObjectId, String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPath(String, Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPath(ObjectId, String, Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPath(ObjectId, String, Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPolicy(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createPolicy(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createPolicy(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createPolicy(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
createPolicy(Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createPolicy(Map<String, ?>, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreatePolicyCallable(Session, Map<String, ?>, ObjectId, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreatePolicyCallable
 
createProperty(PropertyDefinition<T>, List<T>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
createQueryStatement(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createQueryStatement(Collection<String>, Map<String, String>, String, List<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createRelationship(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
createRelationship(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createRelationship(Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
createRelationship(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreateRelationshipCallable(Session, Map<String, ?>, List<Policy>, List<Ace>, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateRelationshipCallable
 
createSession() - Method in class org.apache.chemistry.opencmis.client.runtime.repository.RepositoryImpl
 
createSession(Map<String, String>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
 
createSession(Map<String, String>, ObjectFactory, AuthenticationProvider, Cache, TypeDefinitionCache) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
Creates a new session.
createTextContentStream(String, String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from a string.
createTextContentStream(String, String, String) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Creates a content stream object from a string.
createTextDocument(String, String, String, String, VersioningState, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Creates a text document from a string.
createType(TypeDefinition) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
createType(TypeDefinition) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
CreateTypeCallable(Session, TypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.CreateTypeCallable
 

D

delete() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
delete(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
delete(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
delete(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
delete(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
delete(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
delete(String, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Deletes an object by path or id (string identifier).
deleteAllVersions() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
deleteByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
deleteByPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
deleteByPath(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
DeleteCallable(Session, ObjectId, boolean) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteCallable
 
deleteContentStream() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
deleteContentStream(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
deleteTree(ObjectId, boolean, UnfileObject, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
deleteTree(boolean, UnfileObject, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
deleteTree(ObjectId, boolean, UnfileObject, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
deleteTreebyPath(String, String, boolean, UnfileObject, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
deleteTreebyPath(String, boolean, UnfileObject, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
DeleteTreeCallable(Session, ObjectId, boolean, UnfileObject, boolean) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteTreeCallable
 
deleteType(String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
deleteType(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
DeleteTypeCallable(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.DeleteTypeCallable
 
DOCUMENT_OPERATION_CONTEXT - Static variable in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
DocumentImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
DocumentImpl(SessionImpl, ObjectType, ObjectData, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
Constructor.
DocumentTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
Document type.
DocumentTypeImpl(Session, DocumentTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
download(Document, String) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Downloads the contentStream for the given doc to the specified path.
download(String, String, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Downloads a document by its id or path.

E

EmptyItemIterable<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
An empty item iterable.
EmptyItemIterable() - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
EmptyItemIterable.EmptyIterator<V> - Class in org.apache.chemistry.opencmis.client.runtime.util
An empty iterator.
EmptyIterator() - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator
 
equals(Object) - Method in class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
 
exists(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
exists(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
existsPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
existsPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 

F

fetchPage(long) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher
Fetches the given page from the server.
FileUtils - Class in org.apache.chemistry.opencmis.client.util
A set of utility methods that simplify file and folder operations.
finalize() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
findObjectType(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
flush() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
flush(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
Appends (or sets) the current buffer to the document.
FolderImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
FolderImpl(SessionImpl, ObjectType, ObjectData, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.FolderImpl
Constructor.
FolderTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
Folder type.
FolderTypeImpl(Session, FolderTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 

G

generateCacheKey() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
Generates a new cache key from all parameters that are relevant for caching.
getAcl(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getAcl() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getAcl() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
getAcl(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getAdapter(Class<T>) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getAllowableActions() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getAllowableActions() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getAllowedChildObjectTypes() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getAllowedSourceTypes() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getAllowedTargetTypes() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getAllVersions() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getAllVersions(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getAttribute() - Method in class org.apache.chemistry.opencmis.client.util.TypeUtils.ValidationError
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
getBaseTypeId() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getBinding() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the binding object.
getBinding() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getBindingsObjectFactory() - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
Returns the bindings object factory.
getById(String, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
getById(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
getById(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
getByPath(String, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
getByPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
getByPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
getCache() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getCacheKey() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getCacheSize() - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
getCacheSize() - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
getCacheSize() - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
getChangeEvents() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
getChangeToken() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getCheckedOutDocs() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getCheckedOutDocs(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getCheckedOutDocs() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getCheckedOutDocs(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getCheckinComment() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getChildren(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
getChildren() - Method in class org.apache.chemistry.opencmis.client.runtime.util.TreeImpl
 
getContentChanges(String, boolean, long) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentChanges(String, boolean, long, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentChanges(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentChanges(String, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentStream(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getContentStream(ObjectId, String, BigInteger, BigInteger) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getContentStream() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStream(BigInteger, BigInteger) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStream(String) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStream(String, BigInteger, BigInteger) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStream() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getContentStream(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentStream(ObjectId, String, BigInteger, BigInteger) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentStreamByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getContentStreamByPath(String, String, BigInteger, BigInteger) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
GetContentStreamCallable(Session, ObjectId, String, BigInteger, BigInteger) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetContentStreamCallable
 
getContentStreamFileName() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStreamHashes() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStreamId() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStreamLength() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentStreamMimeType() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentUrl() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentUrl(String) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getContentUrl() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getCreatedBy() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getCreationContext() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the OperationContext that was used to create this object.
getCreationDate() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getCurrentPage() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Gets the current page of items within collection
getDefaultContext() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getDefinition() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getDescendants(int, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getDescendants(int) - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
getDescription() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getDocumentType() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getError() - Method in class org.apache.chemistry.opencmis.client.util.TypeUtils.ValidationError
 
getExecutorService() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
Returns the ExecutorService object.
getExecutorService() - Method in class org.apache.chemistry.opencmis.client.runtime.async.ThreadPoolExecutorAsyncSession
 
getExtensions(ExtensionLevel) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getFilter() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getFilterString() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getFolder(String, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Gets a folder by path or object id.
getFolderParent() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getFolderTree(int) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getFolderTree(int, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getFolderType() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getHasMoreItems() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
getHasMoreItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
getHasMoreItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
 
getHasMoreItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher.Page
 
getHasMoreItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
getHeight() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getId() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getId() - Method in class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
 
getIncludeRelationships() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getItem() - Method in class org.apache.chemistry.opencmis.client.runtime.util.TreeImpl
 
getItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher.Page
 
getItemType() - Method in class org.apache.chemistry.opencmis.client.runtime.ItemImpl
 
getLastModificationDate() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getLastModifiedBy() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getLatestAccessibleStateId() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getLatestChangeLogToken() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
getLatestChangeLogToken() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getLatestDocumentVersion(ObjectId, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getLatestDocumentVersion(String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getLatestDocumentVersion(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getLatestDocumentVersion(ObjectId, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getLatestDocumentVersion(String, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getLatestDocumentVersion(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(String, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(ObjectId, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getLatestDocumentVersion(ObjectId, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
GetLatestDocumentVersionCallable(Session, ObjectId) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable
 
GetLatestDocumentVersionCallable(Session, ObjectId, boolean, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable
 
GetLatestDocumentVersionCallable(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable
 
GetLatestDocumentVersionCallable(Session, String, boolean, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetLatestDocumentVersionCallable
 
getLength() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getLocale() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getMaxItemsPerPage() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getName() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getObject(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getObject(String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getObject(ObjectId, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getObject(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getObject(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObject(ObjectId, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObject(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObject(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObject(String, Session) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Gets an object by path or object id.
getObjectByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getObjectByPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getObjectByPath(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getObjectByPath(String, String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getObjectByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObjectByPath(String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObjectByPath(String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObjectByPath(String, String, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
GetObjectByPathCallable(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectByPathCallable
 
GetObjectByPathCallable(Session, String, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectByPathCallable
 
GetObjectByPathCallable(Session, String, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectByPathCallable
 
GetObjectByPathCallable(Session, String, String, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectByPathCallable
 
GetObjectCallable(Session, ObjectId) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectCallable
 
GetObjectCallable(Session, ObjectId, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectCallable
 
GetObjectCallable(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectCallable
 
GetObjectCallable(Session, String, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetObjectCallable
 
getObjectFactory() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the object factory.
getObjectFactory() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObjectId() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the id of this object or throws an exception if the id is unknown.
getObjectId() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
getObjectIdByPath(String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
getObjectIdByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
getObjectIdByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
getObjectIdByPath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getObjectOfLatestVersion(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getObjectOfLatestVersion(boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getObjectType() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the object type.
getOrderBy() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getPage() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
getPage(int) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
getPage() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
getPage(int) - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
getPageFetcher() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
Gets the page fetcher
getPageNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
getPageNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
 
getPageNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
getParentId() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getParents() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
getParents(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
getParents(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
getParentType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
getPath() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getPaths() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
getPaths() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
getPermissionsForPrincipal(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getPolicies() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getPolicyIds() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getPolicyIds() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
getPolicyText() - Method in class org.apache.chemistry.opencmis.client.runtime.PolicyImpl
 
getPolicyType() - Method in class org.apache.chemistry.opencmis.client.runtime.PolicyImpl
 
getPosition() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
 
getProperties() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getProperties() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
getProperties() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getProperty(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getPropertyById(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getPropertyByQueryName(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getPropertyMultivalueById(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getPropertyMultivalueByQueryName(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getPropertyQueryName(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the query name of a property.
getPropertyValue(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getPropertyValueById(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getPropertyValueByQueryName(String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getRefreshTimestamp() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getRelationships() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getRelationships() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getRelationships(ObjectId, boolean, RelationshipDirection, ObjectType, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getRelationshipType() - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getRenditionDocument() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getRenditionDocument(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 
getRenditionFilter() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getRenditionFilterString() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
getRenditions() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getRenditions() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
 
getRepositories(Map<String, String>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
 
getRepositories(Map<String, String>, ObjectFactory, AuthenticationProvider, Cache, TypeDefinitionCache) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
Returns all repositories that are available at the endpoint.
getRepositoryId() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the repository id.
getRepositoryId() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
Returns the repository id.
getRepositoryInfo() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getRootFolder() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getRootFolder(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getSecondaryTypes() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getSession() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Returns the session object.
getSession() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
getSession() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
getSessionParameters() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getSkipCount() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
Gets the skip count
getSkipCount() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Gets current skip count
getSkipOffset() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Gets current skip offset (from skip count)
getSource() - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getSource(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getSourceId() - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getTarget() - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getTarget(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getTargetId() - Method in class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
 
getTotalNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
getTotalNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
getTotalNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
 
getTotalNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher.Page
 
getTotalNumItems() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
getType() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
getType() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
getTypeChildren(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getTypeDefinition(String) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
getTypeDefinition(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getTypeDefinition(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
GetTypeDefinitonCallable(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.GetTypeDefinitonCallable
 
getTypeDescendants(String, int, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
getTypeFromObjectData(ObjectData) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
getValue() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
getValueAsString() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
getValuesAsString() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
getVersionLabel() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getVersionSeriesCheckedOutBy() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getVersionSeriesCheckedOutId() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getVersionSeriesId() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
getWidth() - Method in class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
 

H

hasAllowableAction(Action) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
hashCode() - Method in class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
 
hasNext() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator
 
hasNext() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator
 
hasNext() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator
 

I

incrementPage() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Skip to the next page of items within collection
incrementSkipOffset() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
Increment the skip offset by one
initialize(SessionImpl, ObjectType, ObjectData, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Initializes the object.
initialize(Session, Map<String, String>) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
initialize(Session, Map<String, String>) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
initialize(Session, Map<String, String>) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
initialize(PropertyDefinition<?>) - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
initialize(Session, Map<String, String>) - Method in class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
 
INSTANCE - Static variable in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator
 
INSTANCE - Static variable in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
instance() - Static method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
isBaseType() - Method in class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
isCacheEnabled() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
isImmutable() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isIncludeAcls() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
isIncludeAllowableActions() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
isIncludePathSegments() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
isIncludePolicies() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
isLatestMajorVersion() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isLatestVersion() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isMajorVersion() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isMultiValued() - Method in class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
 
isPrivateWorkingCopy() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isRootFolder() - Method in class org.apache.chemistry.opencmis.client.runtime.FolderImpl
 
isShutdown() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
isTerminated() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
isVersionable() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isVersionSeriesCheckedOut() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
isVersionSeriesPrivateWorkingCopy() - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
ItemImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
ItemImpl(SessionImpl, ObjectType, ObjectData, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.ItemImpl
Constructor.
ItemTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
 
ItemTypeImpl(Session, ItemTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.ItemTypeImpl
 
iterator() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
iterator() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 

L

loadSecondaryTypeProperties() - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 

M

mark(int) - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
markSupported() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
maxNumItems - Variable in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher
 
move(ObjectId, ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
move(ObjectId, ObjectId, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 

N

newInstance() - Static method in class org.apache.chemistry.opencmis.client.runtime.async.AsyncSessionFactoryImpl
 
newInstance() - Static method in class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
 
next() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator
 
next() - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator
 
next() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator
 
NoCacheImpl - Class in org.apache.chemistry.opencmis.client.runtime.cache
 
NoCacheImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 

O

ObjectFactoryImpl - Class in org.apache.chemistry.opencmis.client.runtime.repository
Persistent model object factory.
ObjectFactoryImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl
Default constructor.
ObjectIdImpl - Class in org.apache.chemistry.opencmis.client.runtime
Implementation of ObjectId.
ObjectIdImpl(String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
Constructor.
ObjectTypeHelper - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
Helper for object types, containing session-related info.
ObjectTypeHelper(Session, ObjectType) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.ObjectTypeHelper
 
OperationContextImpl - Class in org.apache.chemistry.opencmis.client.runtime
OperationContext implementation.
OperationContextImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
Default constructor.
OperationContextImpl(OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
Copy constructor.
OperationContextImpl(Set<String>, boolean, boolean, boolean, IncludeRelationships, Set<String>, boolean, String, boolean, int) - Constructor for class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
Constructor with parameters.
OperationContextUtils - Class in org.apache.chemistry.opencmis.client.util
Constants and methods to create and manipulate OperationContext objects.
org.apache.chemistry.opencmis.client.osgi - package org.apache.chemistry.opencmis.client.osgi
 
org.apache.chemistry.opencmis.client.runtime - package org.apache.chemistry.opencmis.client.runtime
 
org.apache.chemistry.opencmis.client.runtime.async - package org.apache.chemistry.opencmis.client.runtime.async
 
org.apache.chemistry.opencmis.client.runtime.cache - package org.apache.chemistry.opencmis.client.runtime.cache
 
org.apache.chemistry.opencmis.client.runtime.objecttype - package org.apache.chemistry.opencmis.client.runtime.objecttype
 
org.apache.chemistry.opencmis.client.runtime.repository - package org.apache.chemistry.opencmis.client.runtime.repository
 
org.apache.chemistry.opencmis.client.runtime.util - package org.apache.chemistry.opencmis.client.runtime.util
 
org.apache.chemistry.opencmis.client.util - package org.apache.chemistry.opencmis.client.util
 

P

Page(List<T>, BigInteger, Boolean) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher.Page
 
Page(List<T>, long, boolean) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher.Page
 
pepareSessionParameters(CmisAuthentication) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
PolicyImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
PolicyImpl(SessionImpl, ObjectType, ObjectData, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.PolicyImpl
Constructor.
PolicyTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
Policy type.
PolicyTypeImpl(Session, PolicyTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl
 
printProperties(CmisObject) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Prints out all of the properties for this object to System.out.
printProperties(CmisObject, PrintStream) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
Prints out all of the properties for this object to the given PrintStream.
printProperty(Property<?>) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
 
printProperty(Property<?>, PrintStream) - Static method in class org.apache.chemistry.opencmis.client.util.FileUtils
 
PROPERTIES_STAR - Static variable in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
PROPERTIES_STAR - Static variable in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
 
PropertyImpl<T> - Class in org.apache.chemistry.opencmis.client.runtime
Property Implementation.
PropertyImpl(PropertyDefinition<T>, List<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
Constructs a property from a list of values.
PropertyImpl(Property<T>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.PropertyImpl
Copy constructor.
put(CmisObject, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
put(CmisObject, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
put(CmisObject, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
putPath(String, CmisObject, String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
putPath(String, CmisObject, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
putPath(String, CmisObject, String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 

Q

query() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
query(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
query(boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
query(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
query(String, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
queryObjects(String, String, boolean, OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
QueryResultImpl - Class in org.apache.chemistry.opencmis.client.runtime
Implementation of QueryResult.
QueryResultImpl(Session, ObjectData) - Constructor for class org.apache.chemistry.opencmis.client.runtime.QueryResultImpl
Constructor.
QueryStatementImpl - Class in org.apache.chemistry.opencmis.client.runtime
QueryStatement implementation.
QueryStatementImpl(Session, String) - Constructor for class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
Creates a QueryStatement object with a given statement.
QueryStatementImpl(Session, Collection<String>, Map<String, String>, String, List<String>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
Creates a QueryStatement object for a query of one primary type joined by zero or more secondary types.

R

read(URL) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
read(File) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
read(InputStream) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
read(Reader) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
read(String) - Method in class org.apache.chemistry.opencmis.client.runtime.CmisEndpointDocumentReaderImpl
 
read() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
read(byte[]) - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
read(byte[], int, int) - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
readFromJSON(InputStream) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Reads a type definition from a JSON stream.
readFromXML(InputStream) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Reads a type definition from a XML stream.
readLock() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Acquires a read lock.
readUnlock() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Releases a read lock.
refresh() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
refreshIfOld(long) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
RelationshipImpl - Class in org.apache.chemistry.opencmis.client.runtime
 
RelationshipImpl(SessionImpl, ObjectType, ObjectData, OperationContext) - Constructor for class org.apache.chemistry.opencmis.client.runtime.RelationshipImpl
Constructor.
RelationshipTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
Relationship type.
RelationshipTypeImpl(Session, RelationshipTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
 
remove(String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
remove(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
remove(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
remove() - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator
 
remove() - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator
 
removeAcl(List<Ace>, AclPropagation) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
removeFromFolder(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
 
removeObjectFromCache(ObjectId) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
removeObjectFromCache(String) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
removePath(String) - Method in interface org.apache.chemistry.opencmis.client.runtime.cache.Cache
 
removePath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
 
removePath(String) - Method in class org.apache.chemistry.opencmis.client.runtime.cache.NoCacheImpl
 
removePolicy(ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
removePolicy(ObjectId, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
removePolicy(ObjectId, ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
removePolicy(ObjectId, ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
RemovePolicyCallable(Session, ObjectId, ObjectId...) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.RemovePolicyCallable
 
rename(String) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
rename(String, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
RENDITION_NONE - Static variable in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
RENDITION_NONE - Static variable in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
 
RenditionImpl - Class in org.apache.chemistry.opencmis.client.runtime
Implementation of Rendition.
RenditionImpl(Session, String, String, String, String, long, String, String, int, int) - Constructor for class org.apache.chemistry.opencmis.client.runtime.RenditionImpl
Constructor.
RepositoryImpl - Class in org.apache.chemistry.opencmis.client.runtime.repository
 
RepositoryImpl(RepositoryInfo, Map<String, String>, SessionFactoryImpl, ObjectFactory, AuthenticationProvider, Cache, TypeDefinitionCache) - Constructor for class org.apache.chemistry.opencmis.client.runtime.repository.RepositoryImpl
Constructor.
reset() - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 

S

SecondaryTypeImpl - Class in org.apache.chemistry.opencmis.client.runtime.objecttype
 
SecondaryTypeImpl(Session, SecondaryTypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
 
send(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
Updates the document content with the provided content stream.
send(byte[], int, int, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
Updates the document content with the provided content stream.
session - Variable in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
session - Variable in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.SessionCallable
 
SessionCallable(Session) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.SessionCallable
 
SessionFactoryImpl - Class in org.apache.chemistry.opencmis.client.runtime
Default implementation of a session factory.
SessionFactoryImpl() - Constructor for class org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl
 
SessionImpl - Class in org.apache.chemistry.opencmis.client.runtime
Persistent model session.
SessionImpl(Map<String, String>, ObjectFactory, AuthenticationProvider, Cache, TypeDefinitionCache) - Constructor for class org.apache.chemistry.opencmis.client.runtime.SessionImpl
Constructor.
setAcl(List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
setAcl(ObjectId, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
setAcl(Acl) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
setAcl(ObjectId, List<Ace>) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
SetAclCallable(Session, ObjectId, List<Ace>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.SetAclCallable
 
setBoolean(int, boolean...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setCacheEnabled(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setChangeEvents(List<ChangeEvent>) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
setContentStream(ContentStream, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
setContentStream(ContentStream, boolean, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.DocumentImpl
 
setDateTime(int, Calendar...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTime(int, boolean, Calendar...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTime(int, Date...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTime(int, boolean, Date...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTime(int, long...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTime(int, boolean, long...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTimeTimestamp(int, Calendar...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTimeTimestamp(int, Date...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDateTimeTimestamp(int, long...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setDefaultContext(OperationContext) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
setFilter(Set<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setFilterString(String) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setHasMoreItems(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
setId(String) - Method in class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
Sets the id.
setId(int, ObjectId...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setIncludeAcls(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setIncludeAllowableActions(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setIncludePathSegments(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setIncludePolicies(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setIncludeRelationships(IncludeRelationships) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setLatestChangeLogToken(String) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
setLoadSecondaryTypeProperties(boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setMaxItemsPerPage(int) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setMaxNumItems(int) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher
 
setNumber(int, Number...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setObjectId(String) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
setOrderBy(String) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setPolicyIds(List<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
setProperties(Map<String, List<?>>) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
setProperty(int, String, String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setProperty(int, PropertyDefinition<?>) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setRenditionFilter(Set<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setRenditionFilterString(String) - Method in class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
 
setString(int, String...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setStringContains(int, String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setStringLike(int, String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setTotalNumItems(long) - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventsImpl
 
setType(int, String) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setType(int, ObjectType) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setUri(int, URI...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
setUrl(int, URL...) - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
shutdown() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
shutdownNow() - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
skip(long) - Method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
skipTo(long) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable
 
skipTo(long) - Method in class org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable
 
skipTo(long) - Method in class org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable
 
start(BundleContext) - Method in class org.apache.chemistry.opencmis.client.osgi.Activator
 
stop(BundleContext) - Method in class org.apache.chemistry.opencmis.client.osgi.Activator
 
storeContentStream(ObjectId, OutputStream) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractAsyncSession
 
storeContentStream(ObjectId, String, BigInteger, BigInteger, OutputStream) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
StoreContentStreamCallable(Session, ObjectId, String, BigInteger, BigInteger, OutputStream) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.StoreContentStreamCallable
 
stream - Variable in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils.AutoCloseInputStream
 
submit(AbstractExecutorServiceAsyncSession.SessionCallable<T>) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
Submits a task for execution.

T

ThreadPoolExecutorAsyncSession - Class in org.apache.chemistry.opencmis.client.runtime.async
An implementation of the AsyncSession interface that uses an ThreadPoolExecutor object for running asynchronous tasks.
ThreadPoolExecutorAsyncSession(Session) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.ThreadPoolExecutorAsyncSession
 
ThreadPoolExecutorAsyncSession(Session, int) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.ThreadPoolExecutorAsyncSession
 
toQueryString() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
toString() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
toString() - Method in class org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
 
toString() - Method in class org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
 
toString() - Method in class org.apache.chemistry.opencmis.client.runtime.QueryStatementImpl
 
toString() - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
toString() - Method in class org.apache.chemistry.opencmis.client.util.TypeUtils.ValidationError
 
TreeImpl<T> - Class in org.apache.chemistry.opencmis.client.runtime.util
 
TreeImpl(T, List<Tree<T>>) - Constructor for class org.apache.chemistry.opencmis.client.runtime.util.TreeImpl
 
TypeUtils - Class in org.apache.chemistry.opencmis.client.util
 
TypeUtils.ValidationError - Class in org.apache.chemistry.opencmis.client.util
 

U

unmodifiableOperationContext(OperationContext) - Static method in class org.apache.chemistry.opencmis.client.util.OperationContextUtils
Returns an unmodifiable view of the specified OperationContext.
updateProperties(Map<String, ?>) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
updateProperties(Map<String, ?>, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
updateProperties(Map<String, ?>, List<String>, List<String>) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
updateProperties(Map<String, ?>, List<String>, List<String>, boolean) - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
 
updateType(TypeDefinition) - Method in class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession
 
updateType(TypeDefinition) - Method in class org.apache.chemistry.opencmis.client.runtime.SessionImpl
 
UpdateTypeCallable(Session, TypeDefinition) - Constructor for class org.apache.chemistry.opencmis.client.runtime.async.AbstractExecutorServiceAsyncSession.UpdateTypeCallable
 

V

validatePropertyDefinition(PropertyDefinition<?>) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Validates a property definition.
validateTypeDefinition(TypeDefinition) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Validates a type definition.
ValidationError(String, String) - Constructor for class org.apache.chemistry.opencmis.client.util.TypeUtils.ValidationError
 

W

write(int) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
write(byte[]) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
write(byte[], int, int) - Method in class org.apache.chemistry.opencmis.client.runtime.util.AppendOutputStream
 
writeContentStreamToFile(ContentStream, File) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Writes a content stream to a file.
writeContentStreamToOutputStream(ContentStream, OutputStream) - Static method in class org.apache.chemistry.opencmis.client.util.ContentStreamUtils
Writes a content stream to an output stream.
writeLock() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Acquires a write lock.
writeToJSON(TypeDefinition, OutputStream) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Serializes the type definition to JSON, using the format defined in the CMIS specification.
writeToXML(TypeDefinition, OutputStream) - Static method in class org.apache.chemistry.opencmis.client.util.TypeUtils
Serializes the type definition to XML, using the format defined in the CMIS specification.
writeUnlock() - Method in class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
Releases a write lock.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

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