Package de.xima.fc.gui.model.designer
Class FormPersistModifications
java.lang.Object
de.xima.fc.gui.model.designer.FormPersistModifications
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormPersistModifications
(com.alibaba.fastjson.JSONObject previousFormJson, com.alibaba.fastjson.JSONObject currentFormJson, Map<String, XItem> added, Map<String, XItemUpdate> updated, Map<String, XItem> removed) -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson.JSONObject
com.alibaba.fastjson.JSONObject
-
Constructor Details
-
FormPersistModifications
-
-
Method Details
-
getAddedXItems
-
getCurrentFormJson
public com.alibaba.fastjson.JSONObject getCurrentFormJson() -
getModifiedXItemIds
-
getPreviousFormJson
public com.alibaba.fastjson.JSONObject getPreviousFormJson() -
getRemovedXItems
-
getUpdatedXItems
-