org.apache.chemistry.opencmis.client.bindings.spi.atompub
Interface LinkAccess
- All Known Implementing Classes:
- AbstractAtomPubService, AclServiceImpl, DiscoveryServiceImpl, MultiFilingServiceImpl, NavigationServiceImpl, ObjectServiceImpl, PolicyServiceImpl, RelationshipServiceImpl, RepositoryServiceImpl, VersioningServiceImpl
public interface LinkAccess
loadLink
String loadLink(String repositoryId,
String objectId,
String rel,
String type)
- Gets a link from the cache if it is there or loads it into the cache if
it is not there.
loadContentLink
String loadContentLink(String repositoryId,
String documentId)
- Gets the content link from the cache if it is there or loads it into the
cache if it is not there.
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.