|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.client.runtime.repository |
Uses of Cache in org.apache.chemistry.opencmis.client.runtime |
---|
Methods in org.apache.chemistry.opencmis.client.runtime that return Cache | |
---|---|
Cache |
SessionImpl.getCache()
|
Methods in org.apache.chemistry.opencmis.client.runtime with parameters of type Cache | |
---|---|
Session |
SessionFactoryImpl.createSession(java.util.Map<java.lang.String,java.lang.String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Creates a new session. |
java.util.List<Repository> |
SessionFactoryImpl.getRepositories(java.util.Map<java.lang.String,java.lang.String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Returns all repositories that are available at the endpoint. |
Constructors in org.apache.chemistry.opencmis.client.runtime with parameters of type Cache | |
---|---|
SessionImpl(java.util.Map<java.lang.String,java.lang.String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Constructor. |
Uses of Cache in org.apache.chemistry.opencmis.client.runtime.repository |
---|
Constructors in org.apache.chemistry.opencmis.client.runtime.repository with parameters of type Cache | |
---|---|
RepositoryImpl(RepositoryInfo data,
java.util.Map<java.lang.String,java.lang.String> parameters,
SessionFactoryImpl sessionFactory,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |