public interface PreviewURIServiceProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPreviewURI(java.lang.String sbStoreId,
java.lang.String pathToAsset,
PreviewContext previewContext) |
java.util.List |
getPreviewURIs(java.lang.String sbStoreId,
java.util.List pathsToAssets,
PreviewContext previewContext) |
java.lang.String getPreviewURI(java.lang.String sbStoreId,
java.lang.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 contextjava.util.List getPreviewURIs(java.lang.String sbStoreId,
java.util.List 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 - 2010 Alfresco Software, Inc. All Rights Reserved.