Package de.xima.fc.gui.model.designer
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormPersistModifications(com.alibaba.fastjson.JSONObject previousFormJson, com.alibaba.fastjson.JSONObject currentFormJson, Map<String,XItem> added, Map<String,XItemUpdate> updated, Map<String,XItem> removed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,XItem>
getAddedXItems()
com.alibaba.fastjson.JSONObject
getCurrentFormJson()
Set<String>
getModifiedXItemIds()
com.alibaba.fastjson.JSONObject
getPreviousFormJson()
Map<String,XItem>
getRemovedXItems()
Map<String,XItemUpdate>
getUpdatedXItems()
-
-
-
Method Detail
-
getCurrentFormJson
public com.alibaba.fastjson.JSONObject getCurrentFormJson()
-
getPreviousFormJson
public com.alibaba.fastjson.JSONObject getPreviousFormJson()
-
getUpdatedXItems
public Map<String,XItemUpdate> getUpdatedXItems()
-
-