|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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,
BigInteger offset,
BigInteger length)
|
static HttpUtils.Response |
HttpUtils.invokePOST(UrlBuilder url,
String contentType,
HttpUtils.Output writer,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokePUT(UrlBuilder url,
String contentType,
Map<String,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 |
---|
Fields in org.apache.chemistry.opencmis.client.bindings.spi.webservices declared as BindingSession | |
---|---|
protected BindingSession |
AbstractPortProvider.session
|
Methods in org.apache.chemistry.opencmis.client.bindings.spi.webservices that return BindingSession | |
---|---|
protected BindingSession |
AbstractWebServicesService.getSession()
Gets the current session. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |