Modifier and Type | Method and Description |
---|---|
void |
TypeDefinitionCache.initialize(BindingSession session)
Initializes the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
CMIS binding session implementation.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationProvider |
CmisBindingsHelper.getAuthenticationProvider(BindingSession session)
Returns the authentication provider from the session or
null
if no authentication provider is set. |
static CmisVersion |
CmisBindingsHelper.getForcedCmisVersion(BindingSession session)
Returns a CMIS version if the user set one,
null otherwise. |
static HttpInvoker |
CmisBindingsHelper.getHttpInvoker(BindingSession session)
Gets the HTTP Invoker object from the session.
|
static RepositoryInfoCache |
CmisBindingsHelper.getRepositoryInfoCache(BindingSession session)
Returns the repository info cache from the session.
|
static CmisSpi |
CmisBindingsHelper.getSPI(BindingSession session)
Gets the SPI object for the given session.
|
static TypeDefinitionCache |
CmisBindingsHelper.getTypeDefinitionCache(BindingSession session)
Returns the type definition cache from the session.
|
void |
TypeDefinitionCacheImpl.initialize(BindingSession session) |
Constructor and Description |
---|
RepositoryInfoCache(BindingSession session)
Constructor.
|
RepositoryServiceImpl(BindingSession session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BindingSession |
AbstractAuthenticationProvider.getSession()
Returns
BindingSession . |
Modifier and Type | Method and Description |
---|---|
void |
StandardAuthenticationProvider.setSession(BindingSession session) |
void |
SessionAwareAuthenticationProvider.setSession(BindingSession session)
Sets the binding session.
|
void |
OAuthAuthenticationProvider.setSession(BindingSession session) |
void |
AbstractAuthenticationProvider.setSession(BindingSession session)
Sets the
BindingSession the authentication provider lives in. |
Modifier and Type | Method and Description |
---|---|
protected BindingSession |
AbstractAtomPubService.getSession()
Gets the current session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAtomPubService.setSession(BindingSession session)
Sets the current session.
|
Constructor and Description |
---|
AclServiceImpl(BindingSession session)
Constructor.
|
CmisAtomPubSpi(BindingSession session)
Constructor.
|
DiscoveryServiceImpl(BindingSession session)
Constructor.
|
LinkCache(BindingSession session)
Constructor.
|
MultiFilingServiceImpl(BindingSession session)
Constructor.
|
NavigationServiceImpl(BindingSession session)
Constructor.
|
ObjectServiceImpl(BindingSession session)
Constructor.
|
PolicyServiceImpl(BindingSession session)
Constructor.
|
RelationshipServiceImpl(BindingSession session)
Constructor.
|
RepositoryServiceImpl(BindingSession session)
Constructor.
|
VersioningServiceImpl(BindingSession session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BindingSession |
AbstractBrowserBindingService.getSession()
Gets the current session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBrowserBindingService.setSession(BindingSession session)
Sets the current session.
|
Constructor and Description |
---|
AclServiceImpl(BindingSession session)
Constructor.
|
CmisBrowserBindingSpi(BindingSession session)
Constructor.
|
DiscoveryServiceImpl(BindingSession session)
Constructor.
|
MultiFilingServiceImpl(BindingSession session)
Constructor.
|
NavigationServiceImpl(BindingSession session)
Constructor.
|
ObjectServiceImpl(BindingSession session)
Constructor.
|
PolicyServiceImpl(BindingSession session)
Constructor.
|
RelationshipServiceImpl(BindingSession session)
Constructor.
|
RepositoryServiceImpl(BindingSession session)
Constructor.
|
VersioningServiceImpl(BindingSession session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.params.HttpParams |
AbstractApacheClientHttpInvoker.createDefaultHttpParams(BindingSession session)
Creates default params for the Apache HTTP Client.
|
protected org.apache.http.impl.client.DefaultHttpClient |
ApacheClientHttpInvoker.createHttpClient(UrlBuilder url,
BindingSession session) |
protected abstract org.apache.http.impl.client.DefaultHttpClient |
AbstractApacheClientHttpInvoker.createHttpClient(UrlBuilder url,
BindingSession session)
Creates the
HttpClient instance. |
protected Response |
AbstractApacheClientHttpInvoker.invoke(UrlBuilder url,
String method,
String contentType,
Map<String,String> headers,
Output writer,
BindingSession session,
BigInteger offset,
BigInteger length) |
Response |
HttpInvoker.invokeDELETE(UrlBuilder url,
BindingSession session)
Executes a HTTP DELETE request.
|
Response |
DefaultHttpInvoker.invokeDELETE(UrlBuilder url,
BindingSession session) |
Response |
AbstractApacheClientHttpInvoker.invokeDELETE(UrlBuilder url,
BindingSession session) |
Response |
HttpInvoker.invokeGET(UrlBuilder url,
BindingSession session)
Executes a HTTP GET request.
|
Response |
DefaultHttpInvoker.invokeGET(UrlBuilder url,
BindingSession session) |
Response |
AbstractApacheClientHttpInvoker.invokeGET(UrlBuilder url,
BindingSession session) |
Response |
HttpInvoker.invokeGET(UrlBuilder url,
BindingSession session,
BigInteger offset,
BigInteger length)
Executes a HTTP GET request.
|
Response |
DefaultHttpInvoker.invokeGET(UrlBuilder url,
BindingSession session,
BigInteger offset,
BigInteger length) |
Response |
AbstractApacheClientHttpInvoker.invokeGET(UrlBuilder url,
BindingSession session,
BigInteger offset,
BigInteger length) |
Response |
HttpInvoker.invokePOST(UrlBuilder url,
String contentType,
Output writer,
BindingSession session)
Executes a HTTP POST request.
|
Response |
DefaultHttpInvoker.invokePOST(UrlBuilder url,
String contentType,
Output writer,
BindingSession session) |
Response |
AbstractApacheClientHttpInvoker.invokePOST(UrlBuilder url,
String contentType,
Output writer,
BindingSession session) |
Response |
HttpInvoker.invokePUT(UrlBuilder url,
String contentType,
Map<String,String> headers,
Output writer,
BindingSession session)
Executes a HTTP PUT request.
|
Response |
DefaultHttpInvoker.invokePUT(UrlBuilder url,
String contentType,
Map<String,String> headers,
Output writer,
BindingSession session) |
Response |
AbstractApacheClientHttpInvoker.invokePUT(UrlBuilder url,
String contentType,
Map<String,String> headers,
Output writer,
BindingSession session) |
Modifier and Type | Method and Description |
---|---|
protected BindingSession |
AbstractLocalService.getSession()
Gets the current session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLocalService.setSession(BindingSession session)
Sets the current session.
|
Constructor and Description |
---|
AclServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
CmisLocalSpi(BindingSession session)
Constructor.
|
DiscoveryServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
MultiFilingServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
NavigationServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
ObjectServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
PolicyServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
RelationshipServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
RepositoryServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
VersioningServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BindingSession |
AbstractWebServicesService.getSession()
Gets the current session.
|
BindingSession |
AbstractPortProvider.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SunRIPortProvider.setSession(BindingSession session) |
void |
SunJREPortProvider.setSession(BindingSession session) |
protected void |
AbstractWebServicesService.setSession(BindingSession session)
Sets the current session.
|
void |
AbstractPortProvider.setSession(BindingSession session) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.