Interface PreviewContextProvider


public interface PreviewContextProvider
Provides remote sandbox context information to Alfresco Store implementations.
Author:
muzquiano
  • Method Details

    • provide

      PreviewContext provide()
      Provides the remote sandbox context instance.
      Returns:
      remote sandbox context
    • setDefaultStoreId

      void setDefaultStoreId(String defaultStoreId)
      Sets the default store id
      Parameters:
      defaultStoreId - String
    • getDefaultStoreId

      String getDefaultStoreId()
      Gets the default store id
      Returns:
      default store id
    • setDefaultWebappId

      void setDefaultWebappId(String defaultWebappId)
      Sets the default webapp id
      Parameters:
      defaultWebappId - String
    • getDefaultWebappId

      String getDefaultWebappId()
      Gets the default webapp id
      Returns:
      default webapp id