Class AquimaDataSource
java.lang.Object
com.blueriq.component.api.datasource.AquimaDataSource
- Direct Known Subclasses:
EmptyDataSource
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
ConstructorsConstructorDescriptionAquimaDataSource
(String prefix, IPortalEngineDsFactory factory) Creates a AquimaDataSource object.AquimaDataSource
(String prefix, IPortalEngineDsFactory factory, String description, String type) Creates a AquimaDataSource object. -
Method Summary
-
Constructor Details
-
AquimaDataSource
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)
-
-
Method Details
-
reload
public void reload() -
getPrefix
-
getPortalEngineDs
public com.aquima.interactions.portal.ds.IPortalEngineDS getPortalEngineDs() -
getDescription
-
getType
-