Class AquimaDataSource

  • Direct Known Subclasses:
    EmptyDataSource

    public class AquimaDataSource
    extends Object
    Wraps a portalEngine data source and provides an extra unique prefix.

    This class should only be used for the configuration.

    Since:
    8.0
    Author:
    Danny Roest
    See Also:
    IPortalEngineDS
    • Constructor Detail

      • AquimaDataSource

        public AquimaDataSource​(String prefix,
                                IPortalEngineDsFactory factory)
        Creates a AquimaDataSource object.
        Parameters:
        prefix - the unique prefix for the portalEngineDS
        factory - the factory to create the datasource for the portal engine
      • AquimaDataSource

        public AquimaDataSource​(String prefix,
                                IPortalEngineDsFactory factory,
                                String description,
                                String type)
        Creates a AquimaDataSource object.
        Parameters:
        prefix - the unique prefix for the portalEngineDS
        factory - the factory to create the data source for the portal engine
        description - the short description of the data source
        type - the type of data source (can be used for styling)
    • Method Detail

      • reload

        public void reload()
      • getPrefix

        public String getPrefix()
      • getPortalEngineDs

        public com.aquima.interactions.portal.ds.IPortalEngineDS getPortalEngineDs()
      • getDescription

        public String getDescription()
      • getType

        public String getType()