Class AquimaDataSource
- java.lang.Object
-
- com.blueriq.component.api.datasource.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 Summary
Constructors Constructor Description AquimaDataSource(String prefix, IPortalEngineDsFactory factory)
Creates a AquimaDataSource object.AquimaDataSource(String prefix, IPortalEngineDsFactory factory, String description, String type)
Creates a AquimaDataSource object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
com.aquima.interactions.portal.ds.IPortalEngineDS
getPortalEngineDs()
String
getPrefix()
String
getType()
void
reload()
-
-
-
Constructor Detail
-
AquimaDataSource
public AquimaDataSource(String prefix, IPortalEngineDsFactory factory)
Creates a AquimaDataSource object.- Parameters:
prefix
- the unique prefix for the portalEngineDSfactory
- 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 portalEngineDSfactory
- the factory to create the data source for the portal enginedescription
- the short description of the data sourcetype
- the type of data source (can be used for styling)
-
-