| Constructor and Description |
|---|
CmisLocalSpi(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 CmisLocalSpi(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.