Class DataSetDataSource

    • Constructor Detail

    • Method Detail

      • getDescriptors

        public java.util.Map<java.lang.String,​DynamicPropertyDescriptor> getDescriptors()
        Returns a copy of the descriptor map that was used to create this datasource
      • getDataset

        public java.util.Map getDataset()
        Description copied from class: RMDataSource
        Returns a sample dataset of objects associated with the datasource.
        Overrides:
        getDataset in class RMDataSource
      • getSchema

        public RMSchema getSchema()
        Description copied from class: RMDataSource
        Returns the schema of represented datasource as a heirarchy of RMEntity and RMProperty objects.
        Overrides:
        getSchema in class RMDataSource