public interface PreviewURIServiceProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviewURI(String sbStoreId,
String pathToAsset,
PreviewContext previewContext) |
List<String> |
getPreviewURIs(String sbStoreId,
List<String> pathsToAssets,
PreviewContext previewContext) |
String getPreviewURI(String sbStoreId, String pathToAsset, PreviewContext previewContext)
sbStoreId - The sandbox store id to generate the preview URI for.pathToAsset - The path to the asset to generate the preview URI for (can be null or empty, to return preview URL to store).previewContext - Additional preview contextList<String> getPreviewURIs(String sbStoreId, List<String> pathsToAssets, PreviewContext previewContext)
sbStoreId - The sandbox store id to generate the preview URI for.pathsToAssets - The paths to the assets to generate the preview URI for.previewContext - Additional preview contextCopyright © 2005–2014 Alfresco Software. All rights reserved.