Class FormPersistModifications

    • Constructor Detail

      • 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 Detail

      • getCurrentFormJson

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

        public Set<String> getModifiedXItemIds()
      • getPreviousFormJson

        public com.alibaba.fastjson.JSONObject getPreviousFormJson()