Interface FormModelDiff

All Known Implementing Classes:
FormModelDiffImpl

public interface FormModelDiff
  • Method Details

    • getDiff

      EntityList getDiff(String formName)
    • createFormDiffEntity

      void createFormDiffEntity(String formName, String field, @Nullable @Nullable String position, int sorting)
    • reset

      void reset(String formName, Entity principalEntity)
    • resetAll

      void resetAll(Entity principalEntity)