Interface PreviewContextProvider
public interface PreviewContextProvider
Provides remote sandbox context information to Alfresco Store
implementations.
- Author:
- muzquiano
-
Method Summary
Modifier and TypeMethodDescriptionGets the default store idGets the default webapp idprovide()Provides the remote sandbox context instance.voidsetDefaultStoreId(String defaultStoreId) Sets the default store idvoidsetDefaultWebappId(String defaultWebappId) Sets the default webapp id
-
Method Details
-
provide
PreviewContext provide()Provides the remote sandbox context instance.- Returns:
- remote sandbox context
-
setDefaultStoreId
Sets the default store id- Parameters:
defaultStoreId- String
-
getDefaultStoreId
String getDefaultStoreId()Gets the default store id- Returns:
- default store id
-
setDefaultWebappId
Sets the default webapp id- Parameters:
defaultWebappId- String
-
getDefaultWebappId
String getDefaultWebappId()Gets the default webapp id- Returns:
- default webapp id
-