public interface LinkAccess
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
String |
loadRenditionContentLink(String repositoryId,
String documentId,
String streamId)
Gets a rendition content link from the cache if it is there or loads it
into the cache if it is not there.
|
String loadLink(String repositoryId, String objectId, String rel, String type)
String loadContentLink(String repositoryId, String documentId)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.