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
Method Summary |
java.lang.String |
loadContentLink(java.lang.String repositoryId,
java.lang.String documentId)
Gets the content link from the cache if it is there or loads it into the
cache if it is not there. |
java.lang.String |
loadLink(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String rel,
java.lang.String type)
Gets a link from the cache if it is there or loads it into the cache if
it is not there. |
loadLink
java.lang.String loadLink(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String rel,
java.lang.String type)
- Gets a link from the cache if it is there or loads it into the cache if
it is not there.
loadContentLink
java.lang.String loadContentLink(java.lang.String repositoryId,
java.lang.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.