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 FormPersistFormPersistChangedEvent. 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 FormPersistFormPersistHelper. createCopy(FormPersist formPersist)static FormPersistFormPersistHelper. 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 FormPersistFormPersistHelper. createCopy(FormPersist formPersist)static Map<String,String>FormLanguageHelper. createExtraFormLanguagesMap(Locale locale, FormPersist persist)static FormPersistModificationsFormPersistHelper. patch(FormPersist persist, Iterable<PersistDiff> diffs)Applies a JSON patch to the persist JSON, see https://tools.ietf.org/html/rfc6902static voidFormPersistHelper. 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 FormPersistDesignerConversationModel. getCurrentFormPersist()Methods in de.xima.fc.gui.model.designer with parameters of type FormPersist Modifier and Type Method Description voidDesignerConversationModel. 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 FormPersistFormPersist. 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<String>WorkflowProviderHelper. computeAllFormElements(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride)static List<IWorkflowQualifiedSubmitButton>WorkflowProviderHelper. computeAllQualifiedSubmitButtons(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride)Finds all qualified form submit button from the form of the given project.static List<IWorkflowSubmitButton>WorkflowProviderHelper. computeAllSubmitButtons(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride)Finds all form submit button from the form of the given project.
-