public interface PreviewURIService
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultProviderName()
Return default Preview URI service provider
|
String |
getPreviewURI(String sbStoreId,
String pathToAsset) |
List<String> |
getPreviewURIs(String sbStoreId,
List<String> pathsToAssets) |
String |
getProviderName(String wpStoreId)
Return Preview URI service provider configured for web project
|
Set<String> |
getProviderNames()
Return list of registered Preview URI service providers
|
String getPreviewURI(String sbStoreId, String pathToAsset)
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).List<String> getPreviewURIs(String sbStoreId, List<String> pathsToAssets)
sbStoreId - The sandbox store id to generate the preview URI for.pathsToAssets - List of paths to the assets to generate the preview URI for.Set<String> getProviderNames()
String getDefaultProviderName()
Copyright © 2005–2014 Alfresco Software. All rights reserved.