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()
CmisSpi
getRepositoryService
in interface CmisSpi
public NavigationService getNavigationService()
CmisSpi
getNavigationService
in interface CmisSpi
public ObjectService getObjectService()
CmisSpi
getObjectService
in interface CmisSpi
public DiscoveryService getDiscoveryService()
CmisSpi
getDiscoveryService
in interface CmisSpi
public VersioningService getVersioningService()
CmisSpi
getVersioningService
in interface CmisSpi
public MultiFilingService getMultiFilingService()
CmisSpi
getMultiFilingService
in interface CmisSpi
public RelationshipService getRelationshipService()
CmisSpi
getRelationshipService
in interface CmisSpi
public PolicyService getPolicyService()
CmisSpi
getPolicyService
in interface CmisSpi
public AclService getAclService()
CmisSpi
getAclService
in interface CmisSpi
public void clearAllCaches()
CmisSpi
clearAllCaches
in interface CmisSpi
public void clearRepositoryCache(String repositoryId)
CmisSpi
clearRepositoryCache
in interface CmisSpi
repositoryId
- the repository idCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.