Interface PreviewContextProvider
-
public interface PreviewContextProviderProvides remote sandbox context information to Alfresco Store implementations.- Author:
- muzquiano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDefaultStoreId()Gets the default store idjava.lang.StringgetDefaultWebappId()Gets the default webapp idPreviewContextprovide()Provides the remote sandbox context instance.voidsetDefaultStoreId(java.lang.String defaultStoreId)Sets the default store idvoidsetDefaultWebappId(java.lang.String defaultWebappId)Sets the default webapp id
-
-
-
Method Detail
-
provide
PreviewContext provide()
Provides the remote sandbox context instance.- Returns:
- remote sandbox context
-
setDefaultStoreId
void setDefaultStoreId(java.lang.String defaultStoreId)
Sets the default store id- Parameters:
defaultStoreId- String
-
getDefaultStoreId
java.lang.String getDefaultStoreId()
Gets the default store id- Returns:
- default store id
-
setDefaultWebappId
void setDefaultWebappId(java.lang.String defaultWebappId)
Sets the default webapp id- Parameters:
defaultWebappId- String
-
getDefaultWebappId
java.lang.String getDefaultWebappId()
Gets the default webapp id- Returns:
- default webapp id
-
-