Uses of Interface
org.apache.chemistry.opencmis.client.bindings.spi.BindingSession

Packages that use BindingSession
org.apache.chemistry.opencmis.client.bindings.impl   
org.apache.chemistry.opencmis.client.bindings.spi   
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
org.apache.chemistry.opencmis.client.bindings.spi.local   
org.apache.chemistry.opencmis.client.bindings.spi.webservices   
 

Uses of BindingSession in org.apache.chemistry.opencmis.client.bindings.impl
 

Classes in org.apache.chemistry.opencmis.client.bindings.impl that implement BindingSession
 class SessionImpl
          CMIS binding session implementation.
 

Methods in org.apache.chemistry.opencmis.client.bindings.impl with parameters of type BindingSession
static AuthenticationProvider CmisBindingsHelper.getAuthenticationProvider(BindingSession session)
          Returns the authentication provider from the session or null if no authentication provider is set.
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.
 

Constructors in org.apache.chemistry.opencmis.client.bindings.impl with parameters of type BindingSession
RepositoryInfoCache(BindingSession session)
          Constructor.
RepositoryServiceImpl(BindingSession session)
          Constructor.
TypeDefinitionCache(BindingSession session)
          Constructor.
 

Uses of BindingSession in org.apache.chemistry.opencmis.client.bindings.spi
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi that return BindingSession
 BindingSession AbstractAuthenticationProvider.getSession()
          Returns BindingSession.
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi with parameters of type BindingSession
 void StandardAuthenticationProvider.setSession(BindingSession session)
           
 void SessionAwareAuthenticationProvider.setSession(BindingSession session)
          Sets the binding session.
 void AbstractAuthenticationProvider.setSession(BindingSession session)
          Sets the BindingSession the authentication provider lives in.
 

Uses of BindingSession in org.apache.chemistry.opencmis.client.bindings.spi.atompub
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub that return BindingSession
protected  BindingSession AbstractAtomPubService.getSession()
          Gets the current session.
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type BindingSession
static HttpUtils.Response HttpUtils.invokeDELETE(UrlBuilder url, BindingSession session)
           
static HttpUtils.Response HttpUtils.invokeGET(UrlBuilder url, BindingSession session)
           
static HttpUtils.Response HttpUtils.invokeGET(UrlBuilder url, BindingSession session, java.math.BigInteger offset, java.math.BigInteger length)
           
static HttpUtils.Response HttpUtils.invokePOST(UrlBuilder url, java.lang.String contentType, HttpUtils.Output writer, BindingSession session)
           
static HttpUtils.Response HttpUtils.invokePUT(UrlBuilder url, java.lang.String contentType, java.util.Map<java.lang.String,java.lang.String> headers, HttpUtils.Output writer, BindingSession session)
           
protected  void AbstractAtomPubService.setSession(BindingSession session)
          Sets the current session.
 

Constructors in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type BindingSession
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.
 

Uses of BindingSession in org.apache.chemistry.opencmis.client.bindings.spi.local
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.local that return BindingSession
protected  BindingSession AbstractLocalService.getSession()
          Gets the current session.
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.local with parameters of type BindingSession
protected  void AbstractLocalService.setSession(BindingSession session)
          Sets the current session.
 

Constructors in org.apache.chemistry.opencmis.client.bindings.spi.local with parameters of type BindingSession
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.
 

Uses of BindingSession in org.apache.chemistry.opencmis.client.bindings.spi.webservices
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.webservices that return BindingSession
protected  BindingSession AbstractWebServicesService.getSession()
          Gets the current session.
 BindingSession AbstractPortProvider.getSession()
           
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.webservices with parameters of type BindingSession
protected  void AbstractWebServicesService.setSession(BindingSession session)
          Sets the current session.
 void AbstractPortProvider.setSession(BindingSession session)
           
 

Constructors in org.apache.chemistry.opencmis.client.bindings.spi.webservices with parameters of type BindingSession
AclServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
CmisWebServicesSpi(BindingSession session)
          Constructor.
DiscoveryServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
MultiFilingServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
NavigationServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
ObjectServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
PolicyServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
RelationshipServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
RepositoryServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
VersioningServiceImpl(BindingSession session, AbstractPortProvider portProvider)
          Constructor.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.