public abstract class AbstractPreviewURIServiceProvider extends Object implements PreviewURIServiceProvider
| Constructor and Description |
|---|
AbstractPreviewURIServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getPreviewURI(String sbStoreId,
String relativePath,
PreviewContext previewContext) |
List<String> |
getPreviewURIs(String sbStoreId,
List<String> relativePaths,
PreviewContext previewContext) |
public abstract String getPreviewURI(String sbStoreId, String relativePath, PreviewContext previewContext)
getPreviewURI in interface PreviewURIServiceProvidersbStoreId - The sandbox store id to generate the preview URI for.relativePath - 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 contextpublic List<String> getPreviewURIs(String sbStoreId, List<String> relativePaths, PreviewContext previewContext)
getPreviewURIs in interface PreviewURIServiceProvidersbStoreId - The sandbox store id to generate the preview URI for.relativePaths - The paths to the assets to generate the preview URI for.previewContext - Additional preview contextCopyright © 2005–2014 Alfresco Software. All rights reserved.