Class ContentManagerFactoryTemplate

java.lang.Object
com.aquima.interactions.test.templates.resource.ContentManagerFactoryTemplate

public class ContentManagerFactoryTemplate extends Object
Since:
9.3
Author:
m.mahabiersing
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Map<com.aquima.interactions.foundation.connectivity.IConnection,com.aquima.interactions.portal.IContentManager>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addContentManager(com.aquima.interactions.foundation.connectivity.IConnection connection, com.aquima.interactions.portal.IContentManager contentManager)
    Add a content manager for a specific connection
    protected com.aquima.interactions.portal.IContentManager
    getContentManager(com.aquima.interactions.foundation.connectivity.IConnection connection)
     
    com.aquima.interactions.portal.IContentManagerFactory
    Create a IContentManagerFactory based on this template

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • managers

      public Map<com.aquima.interactions.foundation.connectivity.IConnection,com.aquima.interactions.portal.IContentManager> managers
  • Constructor Details

    • ContentManagerFactoryTemplate

      public ContentManagerFactoryTemplate()
  • Method Details

    • addContentManager

      public void addContentManager(com.aquima.interactions.foundation.connectivity.IConnection connection, com.aquima.interactions.portal.IContentManager contentManager)
      Add a content manager for a specific connection
      Parameters:
      connection - may not be null
      contentManager - may not be null
    • getContentManager

      protected com.aquima.interactions.portal.IContentManager getContentManager(com.aquima.interactions.foundation.connectivity.IConnection connection)
    • toFactory

      public com.aquima.interactions.portal.IContentManagerFactory toFactory()
      Create a IContentManagerFactory based on this template
      Returns: