Interface ITemporaryPersistenceStrategy


public interface ITemporaryPersistenceStrategy
Represents the strategy used for creating temporary content and later deleting it.
Since:
11.0
Author:
Petru Galanton
  • Method Details

    • createContentManagerFactory

      IContentManagerFactory createContentManagerFactory(IContentManagerFactory delegate, IPortalContext context)
      Create a content manager factory which is able to then create content managers that will delete temporary content. Implementations of this strategy determine how and when that content is deleted.
      Parameters:
      delegate - the delegate content manager factory
      context - the context in which content is created, may be used to obtain portal scopes
      Returns:
      a content manager factory, never null.