Uses of Class
de.xima.fc.entities.FormVersion
Packages that use FormVersion
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package für den Zugriff auf die API
Package for the API access of the model classes.
Package für Datenbankentitäten
Adapterklassen zur Formulardatenverarbeitung
Package für Utilsklassen
-
Uses of FormVersion in de.xima.fc
Methods in de.xima.fc with parameters of type FormVersionModifier and TypeMethodDescriptionstatic StringPathHandler.Web.fd2VersionEditFor(FormVersion fv, WorkflowVersion workflowVersion) Deprecated.Use EProjectView#DESIGNER and the its IViewUriResolver instead.static StringPathHandler.Web.fd2VersionEditFor(FormVersion fv, WorkflowVersion workflowVersion, String baseUrl) Deprecated.Use EProjectView#DESIGNER and the its IViewUriResolver instead.static StringPathHandler.Web.formRequestFor(FormVersion fv, String baseURL) Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des Formulars zur übergebenen Formularversion. -
Uses of FormVersion in de.xima.fc.api
Methods in de.xima.fc.api with parameters of type FormVersionModifier and TypeMethodDescriptionPublicPropertyAccessor.getFormularPlaceholder(Projekt p, FormVersion fv, boolean onlyUploads) Diese Methode dient dazu, Platzhalter für Formularelemente (basierend auf den vonFormElement.getAlias()geliefertten Werten) zu ermitteln.PublicPropertyAccessor.getPlaceholderList(Projekt p, FormVersion fv, Aktion a) Deprecated. -
Uses of FormVersion in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with parameters of type FormVersionModifier and TypeMethodDescriptionstatic IXFormXFormCache.cacheForm(UserContext uc, FormVersion entity) static IXFormXFormCache.getCachedForm(UserContext uc, FormVersion entity) static StringXFormCache.getEntryKey(FormVersion entity) static StringXFormCacheManager.getEntryKey(FormVersion entity) Deprecated.static IXFormXFormCache.getUncachedForm(UserContext uc, FormVersion entity) static XformCacheModelXFormCache.readCachedForm(UserContext uc, FormVersion entity) -
Uses of FormVersion in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormVersionModifier and TypeMethodDescriptionFormVersionAPI.create(UserContext uc, FormVersion formVersion, boolean isFirstFormVersion) Method for creating aFormVersionentity.FormVersionAPI.getBy(UserContext uc, Projekt projekt, int formVersionNumber) Method for determining aFormVersionbased of aProjektand a version number.ProjektAPI.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) Method for determining the current version of a project.Methods in de.xima.fc.api.entity that return types with arguments of type FormVersionModifier and TypeMethodDescriptionFormVersionAPI.getByProjekt(UserContext uc, Projekt projekt) Method for loading ofFormVersions of aProjekt.Methods in de.xima.fc.api.entity with parameters of type FormVersionModifier and TypeMethodDescriptionFormVersionAPI.create(UserContext uc, FormVersion formVersion, boolean isFirstFormVersion) Method for creating aFormVersionentity.FormElementAPI.getAllByFormVersion(UserContext uc, FormVersion fv) Method for determining allFormElementobjects of aFormVersion.FormElementAPI.getByUUID(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringFormElementAPI.getByUUID(UserContext uc, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDcom.alibaba.fastjson.JSONObjectFormVersionAPI.getFormAsJSON(UserContext uc, FormVersion fv) This method deliver the JSON for creating a XForm without any styles.FormVersionAPI.getFormAsString(UserContext uc, FormVersion fv) FormVersionAPI.getFormElemente(UserContext uc, FormVersion formVersion) Method to submit allFormElements of aFormVersion.com.alibaba.fastjson.JSONObjectFormVersionAPI.mergeFormElemente(UserContext uc, FormVersion fv) Deprecated.voidFormElementAPI.removeAllFromFormVersion(UserContext uc, FormVersion fv) Method for deleting allFormElements of aFormVersion. -
Uses of FormVersion in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormVersionModifier and TypeMethodDescriptionFormVersionDao.copy(IEntityContext ec, FormVersion source, Projekt projekt) FormVersionDao.createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user) FormVersionDao.getBy(IEntityContext ec, Projekt projekt, int versionNumber) FormVersionDao.getByUUID(IEntityContext ec, Projekt project, String uuid) FormVersionDao.getByUUID(IEntityContext ec, Projekt project, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type FormVersionModifier and TypeMethodDescriptionFormVersionDao.getByProjekt(IEntityContext ec, Projekt projekt) protected IFCDaoActionHook<FormVersion>FormVersionDao.getPostActionHook()protected IFCDaoActionHook<FormVersion>FormVersionDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type FormVersionModifier and TypeMethodDescriptionFormElementDao.all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv) FormVersionBackupDao.allByFormVersion(IEntityContext ec, FormVersion fv) FormVersionDao.copy(IEntityContext ec, FormVersion source, Projekt projekt) voidFormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec, FormVersion fv) voidFormVersionBackupDao.doBackup(IEntityContext ec, FormVersion fv, int maxCount) FormElementDao.getByUUID(IEntityContext ec, FormVersion formVersion, String uuid) FormElementDao.getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid) FormVersionDao.getEntityRefs(IEntityContext ec, FormVersion formversion) voidFormElementDao.removeAllFromFormVersion(IEntityContext ec, FormVersion fv) -
Uses of FormVersion in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormVersionModifier and TypeMethodDescriptionIFormVersionDao.copy(IEntityContext ec, FormVersion source, Projekt projekt) IFormVersionDao.createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user) Returns a new default form version on the basis of a given project.IFormVersionDao.getBy(IEntityContext ec, Projekt projekt, int versionNumber) IFormVersionDao.getByUUID(IEntityContext ec, Projekt project, String uuid) Returns the form version for the given UUID string and projectIFormVersionDao.getByUUID(IEntityContext ec, Projekt project, UUID uuid) Returns the form version for the given UUID and projectMethods in de.xima.fc.dao.interfaces that return types with arguments of type FormVersionModifier and TypeMethodDescriptionIFormVersionDao.getByProjekt(IEntityContext ec, Projekt projekt) Methods in de.xima.fc.dao.interfaces with parameters of type FormVersionModifier and TypeMethodDescriptionIFormElementDao.all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv) IFormVersionBackupDao.allByFormVersion(IEntityContext ec, FormVersion fv) IFormVersionDao.copy(IEntityContext ec, FormVersion source, Projekt projekt) voidIFormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec, FormVersion fv) voidIFormVersionBackupDao.doBackup(IEntityContext ec, FormVersion fv, int maxCount) IFormElementDao.getByUUID(IEntityContext ec, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringIFormElementDao.getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDvoidIFormElementDao.removeAllFromFormVersion(IEntityContext ec, FormVersion fv) -
Uses of FormVersion in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type FormVersionModifier and TypeMethodDescriptionstatic final ProtocolEntryClientProtokollUtils.getNewFormVersionPe(Benutzer user, FormVersion formversion) Deprecated.static final ProtocolEntryClientProtokollUtils.getNewFormVersionPe(IUser user, FormVersion formversion) Generates a protocol entry for indicating that a new Form version has been created -
Uses of FormVersion in de.xima.fc.data
Methods in de.xima.fc.data with parameters of type FormVersionModifier and TypeMethodDescriptionstatic IFormDataAdapterSaveFormDataInitializer.extendXFormData(IEntityContext ec, Vorgang vorgang, FormVersion formVersion, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) static Map<String,FormFieldMetaData> FieldMetaDataHelper.getFieldInitData(FormVersion formVersion, IXForm xform, IXFormRenderConfig config) static IFormDataAdapterSaveFormDataInitializer.initBy(IEntityContext ec, FormVersion formVersion) static voidSaveFormDataHelper.initElementData(IEntityContext ec, FormVersion fv, IFormDataAdapter saveData) -
Uses of FormVersion in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormVersionModifier and TypeMethodDescriptionFormVersion.cloneBasics()Projekt.getActiveVersion()FormVersionBackup.getBaseEntity()FormVersionDatei.getBaseEntity()FormElement.getFormVersion()FormVersionBackup.getFormVersion()Deprecated.Vorgang.getFormVersion()Methods in de.xima.fc.entities that return types with arguments of type FormVersionMethods in de.xima.fc.entities with parameters of type FormVersionModifier and TypeMethodDescriptionvoidProjekt.addFormVersion(FormVersion formVersion) voidProjekt.removeFormVersion(FormVersion formVersion) voidProjekt.setActiveVersion(FormVersion activeVersion) voidFormVersionBackup.setBaseEntity(FormVersion baseEntity) voidFormVersionDatei.setBaseEntity(FormVersion baseEntity) voidFormElement.setFormVersion(FormVersion formVersion) voidFormVersionBackup.setFormVersion(FormVersion formVersion) Deprecated.voidVorgang.setFormVersion(FormVersion formVersion) Method parameters in de.xima.fc.entities with type arguments of type FormVersion -
Uses of FormVersion in de.xima.fc.export
Methods in de.xima.fc.export that return FormVersionModifier and TypeMethodDescriptionprotected FormVersionAProjektUtil.createActiveFormVersion(FormVersion neueFormversion, Projekt neuesProjekt, String formDir) Erzeugt eine aktive FormVersionstatic final FormVersionAProjektUtil.createNewFormVersion(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final FormVersionAProjektUtil.createNewFormVersion(IEntityContext ec, Projekt project, IUser user) static final FormVersionAProjektUtil.createNewFormVersion(IEntityContext ec, Long projectId, Benutzer user) Deprecated.static final FormVersionAProjektUtil.createNewFormVersion(IEntityContext ec, Long projectId, IUser user) Methods in de.xima.fc.export with parameters of type FormVersionModifier and TypeMethodDescriptionprotected FormVersionAProjektUtil.createActiveFormVersion(FormVersion neueFormversion, Projekt neuesProjekt, String formDir) Erzeugt eine aktive FormVersionprotected voidAProjektUtil.createFormElements(List<FormElement> formElements, FormVersion formVersion) Erzeugt ein FormElementprotected voidAProjektUtil.createFormVersionFile(FormVersion fv, String targetPath) protected List<FormElement>AProjektUtil.getFormElements(FormVersion formVersion) Methode zum Ermitteln der FormElementsprotected Collection<ProjektRessource>AProjektUtil.getProjektRessources(FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.export.helper
Methods in de.xima.fc.export.helper that return FormVersionModifier and TypeMethodDescriptionFormVersionHelper.create(FormVersion srcFormVersion) Deprecated.FormVersionHelper.update(FormVersion srcFormVersion, FormVersion fvToUpdate) Deprecated.FormVersionHelper.update(FormVersion srcformVersion, String id) Deprecated.Methods in de.xima.fc.export.helper with parameters of type FormVersionModifier and TypeMethodDescriptionFormVersionHelper.create(FormVersion srcFormVersion) Deprecated.FormVersionHelper.update(FormVersion srcFormVersion, FormVersion fvToUpdate) Deprecated.FormVersionHelper.update(FormVersion srcformVersion, String id) Deprecated. -
Uses of FormVersion in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type FormVersionModifier and TypeMethodDescriptionstatic FormElementFormPublishUtil.createActionElement(FormVersion formVersion) static FormElementFormPublishUtil.createQualifierElement(FormVersion formVersion) static com.alibaba.fastjson.JSONArrayFormPublishUtil.getBackupList(IEntityContext ec, FormVersion formVersion) static StringFormPublishUtil.getCurrentPersistent(IEntityContext ec, FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type FormVersionModifier and TypeMethodDescriptionstatic booleanFormEditValidator.checkCurrentFormVersionContext(XfcSession session, FormVersion fv) Deprecated. -
Uses of FormVersion in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type FormVersionModifier and TypeMethodDescriptionstatic StringURLHelper.formRequestCopyFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v) Builds a URL to the form copy servlet with a given process id of the process to copystatic StringURLHelper.previewUrlFor(String baseUrl, Projekt project, ValueParameters params, FormVersion formVersion) static StringURLHelper.previewUrlFor(String context, String language, Projekt projekt, ValueParameters params, FormVersion formVersion) static StringURLHelper.previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession) static StringURLHelper.previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession, String optionalSessionID) static StringURLHelper.previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, FRQSession frqsession) static StringURLHelper.provideUrlFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v) static StringURLHelper.provideUrlFor(javax.servlet.http.HttpServletRequest request, FormVersion formVersion) static StringURLHelper.submitUrlFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion) static StringURLHelper.submitUrlForVorgang(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang vorgang) static StringURLHelper.urlFor(EFormRequestType formRequestType, String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.form.identitytoken
Methods in de.xima.fc.form.identitytoken with parameters of type FormVersionModifier and TypeMethodDescriptionstatic IdentityTokenGenerationIdentityTokenGeneration.perform(IEntityContext ec, IFormDataAdapter fda, FormVersion formVersion, Projekt project) static IdentityTokenGenerationIdentityTokenGeneration.perform(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord, FormVersion formVersion, Projekt project, com.alibaba.fastjson.JSONObject userData) When enabled, an ID is generated based on the data of a submitted form. -
Uses of FormVersion in de.xima.fc.form.image
Methods in de.xima.fc.form.image with parameters of type FormVersionModifier and TypeMethodDescriptionstatic voidImagePreviewUtils.savePreviewImage(String base64, FormVersion formVersion, IEntityContext iEntityContext, String typeThumbnail) -
Uses of FormVersion in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as FormVersionMethods in de.xima.fc.form.publish that return FormVersionMethods in de.xima.fc.form.publish with parameters of type FormVersionModifier and TypeMethodDescriptionvoidFormPublishContext.setFormVersion(FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return FormVersionMethods in de.xima.fc.form.render with parameters of type FormVersion -
Uses of FormVersion in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as FormVersionMethods in de.xima.fc.form.request that return FormVersionMethods in de.xima.fc.form.request with parameters of type FormVersionModifier and TypeMethodDescriptionvoidFormRequestContext.setFormVersion(FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return FormVersionModifier and TypeMethodDescriptionProjectPageBean.getFormVersion()ProjectCopyBean.getFormVersionToCopy()Deprecated.Methods in de.xima.fc.gui.bean.project that return types with arguments of type FormVersionMethods in de.xima.fc.gui.bean.project with parameters of type FormVersionModifier and TypeMethodDescriptionvoidProjectCopyBean.setFormVersionToCopy(FormVersion formVersionToCopy) Deprecated. -
Uses of FormVersion in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics with parameters of type FormVersion -
Uses of FormVersion in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormVersionConstructors in de.xima.fc.gui.designer.form.model with parameters of type FormVersionModifierConstructorDescriptionDefaultPluginFormElementCatalogParams(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion) Creates a new params POJO with the given data. -
Uses of FormVersion in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return FormVersionModifier and TypeMethodDescriptionFormDesignerEnvironmentData.getFormVersion()static FormVersionFormPublishHelper.persistForm(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project) Processes a form publish request, i.e. saves the persist JSON.Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormVersionModifier and TypeMethodDescriptionstatic FetchTemplateResultFormTemplateHelper.fetchTagsAndTemplates(Mandant client, Locale locale, IUser user, Projekt project, FormVersion formVersion) Constructors in de.xima.fc.gui.designer.form.utils with parameters of type FormVersionModifierConstructorDescriptionFormDesignerEnvironmentData(IEntityContext entityContext, Mandant client, IUser user, Locale locale, Projekt project, FormVersion formVersion, WorkflowVersion workflowVersion) -
Uses of FormVersion in de.xima.fc.gui.event
Methods in de.xima.fc.gui.event that return FormVersionConstructors in de.xima.fc.gui.event with parameters of type FormVersionModifierConstructorDescriptionPlaceholderProjectContextChangedEvent(Projekt project, FormVersion formVersion, WorkflowVersion workflowVersion) Creates a new event for a context change to the given project with the given form and workflow version, which may not be equal to the active version. -
Uses of FormVersion in de.xima.fc.gui.model.placeholder
Methods in de.xima.fc.gui.model.placeholder that return FormVersionMethods in de.xima.fc.gui.model.placeholder with parameters of type FormVersionModifier and TypeMethodDescriptionvoidPlaceholderContextModel.setSelectedFormVersion(FormVersion selectedFormVersion) -
Uses of FormVersion in de.xima.fc.gui.model.version
Methods in de.xima.fc.gui.model.version that return FormVersionConstructors in de.xima.fc.gui.model.version with parameters of type FormVersionModifierConstructorDescriptionProjectVersionEntry(long versionNumber, FormVersion formVersion, WorkflowVersion workflowVersion, boolean active) -
Uses of FormVersion in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return FormVersionModifier and TypeMethodDescriptionstatic FormVersionProjectPageHelper.loadFormVersionForCurrentRequest(javax.faces.context.FacesContext facesContext, IEntityContext ec, String formVersionIdParamName, Projekt project) Deprecated.Methods in de.xima.fc.gui.utils.designer with parameters of type FormVersionModifier and TypeMethodDescriptionstatic List<FormOverviewRow>FormOverviewHelper.createFormOverviewRows(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormVersion formVersion, String persist) Creates a list of all rows to show in the form overview table. -
Uses of FormVersion in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormVersionModifier and TypeMethodDescriptionFormVersionHandler.create(UserContext uc, FormVersion fv, Boolean setActive) Creates the.ProjektHandler.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) Methods in de.xima.fc.handler.entity that return types with arguments of type FormVersionModifier and TypeMethodDescriptionFormVersionHandler.getByProjekt(UserContext uc, Projekt projekt) Methods in de.xima.fc.handler.entity with parameters of type FormVersionModifier and TypeMethodDescriptionFormVersionHandler.create(UserContext uc, FormVersion fv, Boolean setActive) Creates the.FormElementHandler.getAllBy(UserContext uc, FormVersion fv) FormElementHandler.getByUUID(UserContext uc, FormVersion formVersion, String uuid) FormElementHandler.getByUUID(UserContext uc, FormVersion formVersion, UUID uuid) voidFormElementHandler.removeAllFromFormVersion(UserContext uc, FormVersion fv) -
Uses of FormVersion in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormVersionModifier and TypeMethodDescriptionIFormVersionHandler.create(UserContext uc, FormVersion fv, Boolean setActive) Creates the.IProjektHandler.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) Gets the current form version.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type FormVersionModifier and TypeMethodDescriptionIFormVersionHandler.getByProjekt(UserContext uc, Projekt projekt) Methods in de.xima.fc.handler.interfaces.entity with parameters of type FormVersionModifier and TypeMethodDescriptionIFormVersionHandler.create(UserContext uc, FormVersion fv, Boolean setActive) Creates the.IFormElementHandler.getAllBy(UserContext uc, FormVersion fv) IFormElementHandler.getByUUID(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringIFormElementHandler.getByUUID(UserContext uc, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDvoidIFormElementHandler.removeAllFromFormVersion(UserContext uc, FormVersion fv) -
Uses of FormVersion in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type FormVersionModifier and TypeMethodDescriptionprotected IGenericDao<FormVersion>FormVersionImportConfig.getDao() -
Uses of FormVersion in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type FormVersionModifierConstructorDescriptionFormVersionImportStager(IEntityContext ec, FormVersion entity, Mandant client) Deprecated. -
Uses of FormVersion in de.xima.fc.inbox.interfaces.project
Methods in de.xima.fc.inbox.interfaces.project that return FormVersion -
Uses of FormVersion in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FormVersionModifier and TypeMethodDescriptionIFormDesignerEnvironmentData.getFormVersion()IFormPublishContext.getFormVersion()IFormRenderContext.getFormVersion()IFormRequestContext.getFormVersion()Methods in de.xima.fc.interfaces.form with parameters of type FormVersionModifier and TypeMethodDescriptionvoidIFormPublishContext.setFormVersion(FormVersion formVersion) voidIFormRenderContext.setFormVersion(FormVersion formVersion) voidIFormRequestContext.setFormVersion(FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type FormVersionModifier and TypeMethodDescriptiondefault StringIFormValueReplacer.replace(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion fv, boolean encodeForHTML) Deprecated. -
Uses of FormVersion in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return FormVersion -
Uses of FormVersion in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return FormVersionModifier and TypeMethodDescriptionIPluginFormElementCatalogParams.getFormVersion()IPluginFormElementTemplateParams.getFormVersion() -
Uses of FormVersion in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return FormVersionModifier and TypeMethodDescriptiondefault FormVersionIPluginFormReplacerParams.getFormversion()Deprecated.Use (@link #getFormReplacerParams() -
Uses of FormVersion in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FormVersionMethods in de.xima.fc.mdl.form with parameters of type FormVersion -
Uses of FormVersion in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return FormVersionMethods in de.xima.fc.mdl.placeholder with parameters of type FormVersionModifier and TypeMethodDescriptionvoidDefaultReplacerParameters.setFormVersion(FormVersion formVersion) Constructors in de.xima.fc.mdl.placeholder with parameters of type FormVersionModifierConstructorDescriptionDefaultReplacerParameters(IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) DefaultReplacerParameters(IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML, boolean encodeFormValuesForPlaceholder) -
Uses of FormVersion in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return FormVersionMethods in de.xima.fc.mdl.print with parameters of type FormVersionConstructors in de.xima.fc.mdl.print with parameters of type FormVersion -
Uses of FormVersion in de.xima.fc.mdl.savedata
Methods in de.xima.fc.mdl.savedata with parameters of type FormVersionModifier and TypeMethodDescriptionstatic IFormDataAdapterSaveFormDataFactory.getNewSaveData(FormVersion fv) -
Uses of FormVersion in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as FormVersion -
Uses of FormVersion in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type FormVersionModifier and TypeMethodDescriptionstatic StringPlaceholderReplacer.parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parse(String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) This method applies all available placeholder replacers on the given text.static StringPlaceholderReplacer.parseForFormValues(IEntityContext ec, String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parseForFormValues(String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.replaceFormValue(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.replaceFormValue(String placeholder, String placeholderContent, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated. -
Uses of FormVersion in de.xima.fc.plugin.models.params.replacer
Methods in de.xima.fc.plugin.models.params.replacer that return FormVersionConstructors in de.xima.fc.plugin.models.params.replacer with parameters of type FormVersionModifierConstructorDescriptionPluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion) -
Uses of FormVersion in de.xima.fc.security.endpoint.uri
Methods in de.xima.fc.security.endpoint.uri with parameters of type FormVersionModifier and TypeMethodDescriptionUriBuilderContextFactory.formVersionScoped(FormVersion formVersion) -
Uses of FormVersion in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return FormVersionModifier and TypeMethodDescriptionstatic FormVersionSecurityWebContextHelper.getFormVersionFromRequest(javax.servlet.http.HttpServletRequest req) -
Uses of FormVersion in de.xima.fc.security.interfaces.endpoint.uri
Methods in de.xima.fc.security.interfaces.endpoint.uri that return FormVersionModifier and TypeMethodDescription@NotNull FormVersionIFormVersionScopedUriBuilderContex.getFormVersion() -
Uses of FormVersion in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormVersionModifier and TypeMethodDescriptionstatic FormVersionEntityDummyFactory.dummyFormVersion(Projekt project, int versionNumber) Methods in de.xima.fc.testhelper with parameters of type FormVersionModifier and TypeMethodDescriptionstatic FormElementEntityDummyFactory.dummyFormElement(FormVersion formVersion, String elementName) -
Uses of FormVersion in de.xima.fc.transform
Methods in de.xima.fc.transform with parameters of type FormVersionModifier and TypeMethodDescriptionAFdTransformBuilder.getElementsList(FormVersion formVersion, HashMap<Long, List<FormElement>> elementMap, HashMap<Long, Set<String>> variablesMap) Method to get the list ofFormElements of anFormVersion. -
Uses of FormVersion in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type FormVersionModifier and TypeMethodDescriptionstatic voidFDToXmlTransformer.fillFieldsList(Map<String, List<String[]>> dataMap, IXForm xform, IXFormRenderConfig config, ArrayList<FieldFdXml> fields, FormVersion formVersion, boolean skipNotExistingValues) Deprecated.public access will be removed -
Uses of FormVersion in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type FormVersionModifier and TypeMethodDescriptionstatic StringFormDataUtils.fieldNameForAlias(FormVersion fv, String alias) Liefert den Formularfeldnamen für das übergebene Alias. -
Uses of FormVersion in de.xima.fc.web.common.fd2
Methods in de.xima.fc.web.common.fd2 with parameters of type FormVersionModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObjectFD2Helper.getFD2FormAsJSON(Projekt pro, FormVersion fv) Deprecated.