| Modifier and Type | Field and Description |
|---|---|
static String |
JAXWS_IMPL_AXIS2 |
static String |
JAXWS_IMPL_CXF |
static String |
JAXWS_IMPL_JRE |
static String |
JAXWS_IMPL_RI |
static String |
JAXWS_IMPL_WEBSPHERE |
| Constructor and Description |
|---|
CmisWebServicesSpi(BindingSession session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllCaches()
Clears all caches of the current session.
|
void |
clearRepositoryCache(String repositoryId)
Clears all caches of the current session that are related to the given
repository.
|
void |
close()
Releases all resources assigned to this SPI instance.
|
AclService |
getAclService()
Gets an ACL Service interface object.
|
DiscoveryService |
getDiscoveryService()
Gets a Discovery Service interface object.
|
MultiFilingService |
getMultiFilingService()
Gets a Multifiling Service interface object.
|
NavigationService |
getNavigationService()
Gets a Navigation Service interface object.
|
ObjectService |
getObjectService()
Gets an Object Service interface object.
|
PolicyService |
getPolicyService()
Gets a Policy Service interface object.
|
RelationshipService |
getRelationshipService()
Gets a Relationship Service interface object.
|
RepositoryService |
getRepositoryService()
Gets a Repository Service interface object.
|
VersioningService |
getVersioningService()
Gets a Versioning Service interface object.
|
public static final String JAXWS_IMPL_RI
public static final String JAXWS_IMPL_JRE
public static final String JAXWS_IMPL_CXF
public static final String JAXWS_IMPL_WEBSPHERE
public static final String JAXWS_IMPL_AXIS2
public CmisWebServicesSpi(BindingSession session)
public RepositoryService getRepositoryService()
CmisSpigetRepositoryService in interface CmisSpipublic NavigationService getNavigationService()
CmisSpigetNavigationService in interface CmisSpipublic ObjectService getObjectService()
CmisSpigetObjectService in interface CmisSpipublic DiscoveryService getDiscoveryService()
CmisSpigetDiscoveryService in interface CmisSpipublic VersioningService getVersioningService()
CmisSpigetVersioningService in interface CmisSpipublic MultiFilingService getMultiFilingService()
CmisSpigetMultiFilingService in interface CmisSpipublic RelationshipService getRelationshipService()
CmisSpigetRelationshipService in interface CmisSpipublic PolicyService getPolicyService()
CmisSpigetPolicyService in interface CmisSpipublic AclService getAclService()
CmisSpigetAclService in interface CmisSpipublic void clearAllCaches()
CmisSpiclearAllCaches in interface CmisSpipublic void clearRepositoryCache(String repositoryId)
CmisSpiclearRepositoryCache in interface CmisSpirepositoryId - the repository idCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.