Interface SystemDatabaseClassModelConsistency


public interface SystemDatabaseClassModelConsistency
System performance metrics representation
Since:
CMS 2019.05
  • Method Details

    • isDatabaseClassModelConsistent

      boolean isDatabaseClassModelConsistent()
      Returns:
      whether class model resources are aligned with the database model
    • getDatabaseResourcesToBeAdded

      List<String> getDatabaseResourcesToBeAdded()
      Returns:
      inconsistent class model database tables or views that should be added.
    • getDatabaseResourcesToBeUpdated

      List<String> getDatabaseResourcesToBeUpdated()
      Returns:
      inconsistent class model database tables or views that should be updated/altered.