Interface IDatabaseSearcher

All Known Implementing Classes:
DatabaseSearcher

public interface IDatabaseSearcher
Author:
Silvan Wyss
  • Method Details

    • getStoredEntitiesInLocalData

      IContainer<IEntity> getStoredEntitiesInLocalData(IDatabase database)
      Parameters:
      database -
      Returns:
      the IEntitys of the given database in the local data.
    • getStoredTableById

      ITable<IEntity> getStoredTableById(IDatabase database, String tableId)
      Parameters:
      database -
      tableId -
      Returns:
      the ITable with the given tableId from the given database.
      Throws:
      RuntimeException - if the given database does not contain a table with the given tableId.