Uses of Class
de.xima.fc.mdl.form.FormPersist
-
Packages that use FormPersist Package Description de.xima.fc.gui.bean.designer.event de.xima.fc.gui.designer.form.utils de.xima.fc.gui.model.designer de.xima.fc.mdl.form de.xima.fc.workflow.processor.logic -
-
Uses of FormPersist in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return FormPersist Modifier and Type Method Description FormPersist
FormPersistChangedEvent. getFormPersist()
Constructors in de.xima.fc.gui.bean.designer.event with parameters of type FormPersist Constructor Description FormPersistChangedEvent(EContentView contentView, FormPersist formPersist)
A new POJO with the given data.FormPersistChangedEvent(String sourceTabId, FormPersist formPersist)
A new POJO with the given data. -
Uses of FormPersist in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return FormPersist Modifier and Type Method Description static FormPersist
FormPersistHelper. createCopy(FormPersist formPersist)
static FormPersist
FormPersistHelper. createPersistFromJson(com.alibaba.fastjson.JSONObject json)
Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormPersist Modifier and Type Method Description static FormPersist
FormPersistHelper. createCopy(FormPersist formPersist)
static Map<String,String>
FormLanguageHelper. createExtraFormLanguagesMap(Locale locale, FormPersist persist)
static FormPersistModifications
FormPersistHelper. patch(FormPersist persist, Iterable<PersistDiff> diffs)
Applies a JSON patch to the persist JSON, see https://tools.ietf.org/html/rfc6902static void
FormPersistHelper. replace(FormPersist persist, com.alibaba.fastjson.JSONObject newPersistJson)
Replaces the persist JSON with the new persist, updating all form items. -
Uses of FormPersist in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return FormPersist Modifier and Type Method Description FormPersist
DesignerConversationModel. getCurrentFormPersist()
Methods in de.xima.fc.gui.model.designer with parameters of type FormPersist Modifier and Type Method Description void
DesignerConversationModel. setCurrentFormPersist(FormPersist currentFormPersist)
-
Uses of FormPersist in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FormPersist Modifier and Type Method Description static FormPersist
FormPersist. empty()
-
Uses of FormPersist in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type FormPersist Modifier and Type Method Description static List<IWorkflowQualifiedSubmitButton>
WorkflowProviderHelper. computeAllQualifiedSubmitButtons(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride)
static List<IWorkflowSubmitButton>
WorkflowProviderHelper. computeAllSubmitButtons(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride)
-