Class FormPersistModifications

java.lang.Object
de.xima.fc.gui.model.designer.FormPersistModifications
All Implemented Interfaces:
Serializable

public final class FormPersistModifications extends Object implements Serializable
See Also:
  • Constructor Details

    • FormPersistModifications

      public FormPersistModifications(com.alibaba.fastjson.JSONObject previousFormJson, com.alibaba.fastjson.JSONObject currentFormJson, Map<String,XItem> added, Map<String,XItemUpdate> updated, Map<String,XItem> removed)
  • Method Details

    • getAddedXItems

      public Map<String,XItem> getAddedXItems()
    • getCurrentFormJson

      public com.alibaba.fastjson.JSONObject getCurrentFormJson()
    • getModifiedXItemIds

      public Set<String> getModifiedXItemIds()
    • getPreviousFormJson

      public com.alibaba.fastjson.JSONObject getPreviousFormJson()
    • getRemovedXItems

      public Map<String,XItem> getRemovedXItems()
    • getUpdatedXItems

      public Map<String,XItemUpdate> getUpdatedXItems()