- 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
-
- 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
-
- 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
-