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