Interface IObjectSource

  • All Known Implementing Classes:
    SpaceObjectSource

    public interface IObjectSource
    An object source is used from a data provider to fetch all objects from a data source. It calculates the cartesian products from all row providers.
    • Method Detail

      • getObjects

        java.util.List getObjects()
        Get all objects from the data source.
        Returns:
        All objects from the data source.
      • getSourceName

        java.lang.String getSourceName()
        Get the source name.
        Returns:
        The source name.