Class DataSetDataSource
java.lang.Object
com.ribs.datasource.RMDataSource
com.inductiveautomation.factorypmi.plugins.reporting.components.report.DataSetDataSource
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a sample dataset of objects associated with the datasource.Returns a copy of the descriptor map that was used to create this datasourceReturns the schema of represented datasource as a heirarchy of RMEntity and RMProperty objects.Methods inherited from class com.ribs.datasource.RMDataSource
fromXML, getEntity, getError, getName, getRelation, setName, toString, toXML
-
Constructor Details
-
DataSetDataSource
-
-
Method Details
-
getDescriptors
Returns a copy of the descriptor map that was used to create this datasource -
getDataset
Description copied from class:RMDataSourceReturns a sample dataset of objects associated with the datasource.- Overrides:
getDatasetin classRMDataSource
-
getSchema
Description copied from class:RMDataSourceReturns the schema of represented datasource as a heirarchy of RMEntity and RMProperty objects.- Overrides:
getSchemain classRMDataSource
-