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 String
PathHandler.Web.fd2VersionEditFor
(FormVersion fv, WorkflowVersion workflowVersion) Deprecated.Use EProjectView#DESIGNER and the its IViewUriResolver instead.static String
PathHandler.Web.fd2VersionEditFor
(FormVersion fv, WorkflowVersion workflowVersion, String baseUrl) Deprecated.Use EProjectView#DESIGNER and the its IViewUriResolver instead.static String
PathHandler.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 IXForm
XFormCache.cacheForm
(UserContext uc, FormVersion entity) static IXForm
XFormCache.getCachedForm
(UserContext uc, FormVersion entity) static String
XFormCache.getEntryKey
(FormVersion entity) static String
XFormCacheManager.getEntryKey
(FormVersion entity) Deprecated.static IXForm
XFormCache.getUncachedForm
(UserContext uc, FormVersion entity) static XformCacheModel
XFormCache.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 aFormVersion
entity.FormVersionAPI.getBy
(UserContext uc, Projekt projekt, int formVersionNumber) Method for determining aFormVersion
based of aProjekt
and 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 ofFormVersion
s 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 aFormVersion
entity.FormElementAPI.getAllByFormVersion
(UserContext uc, FormVersion fv) Method for determining allFormElement
objects 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.JSONObject
FormVersionAPI.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 allFormElement
s of aFormVersion
.com.alibaba.fastjson.JSONObject
FormVersionAPI.mergeFormElemente
(UserContext uc, FormVersion fv) Deprecated.void
FormElementAPI.removeAllFromFormVersion
(UserContext uc, FormVersion fv) Method for deleting allFormElement
s 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) void
FormVersionBackupDao.deleteAllByFormVersion
(IEntityContext ec, FormVersion fv) void
FormVersionBackupDao.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) void
FormElementDao.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) void
IFormVersionBackupDao.deleteAllByFormVersion
(IEntityContext ec, FormVersion fv) void
IFormVersionBackupDao.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 UUIDvoid
IFormElementDao.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 ProtocolEntryClient
ProtokollUtils.getNewFormVersionPe
(Benutzer user, FormVersion formversion) Deprecated.static final ProtocolEntryClient
ProtokollUtils.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 IFormDataAdapter
SaveFormDataInitializer.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 IFormDataAdapter
SaveFormDataInitializer.initBy
(IEntityContext ec, FormVersion formVersion) static void
SaveFormDataHelper.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 TypeMethodDescriptionvoid
Projekt.addFormVersion
(FormVersion formVersion) void
Projekt.removeFormVersion
(FormVersion formVersion) void
Projekt.setActiveVersion
(FormVersion activeVersion) void
FormVersionBackup.setBaseEntity
(FormVersion baseEntity) void
FormVersionDatei.setBaseEntity
(FormVersion baseEntity) void
FormElement.setFormVersion
(FormVersion formVersion) void
FormVersionBackup.setFormVersion
(FormVersion formVersion) Deprecated.void
Vorgang.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 FormVersion
AProjektUtil.createActiveFormVersion
(FormVersion neueFormversion, Projekt neuesProjekt, String formDir) Erzeugt eine aktive FormVersionstatic final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, IUser user) static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, Benutzer user) Deprecated.static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, IUser user) Methods in de.xima.fc.export with parameters of type FormVersionModifier and TypeMethodDescriptionprotected FormVersion
AProjektUtil.createActiveFormVersion
(FormVersion neueFormversion, Projekt neuesProjekt, String formDir) Erzeugt eine aktive FormVersionprotected void
AProjektUtil.createFormElements
(List<FormElement> formElements, FormVersion formVersion) Erzeugt ein FormElementprotected void
AProjektUtil.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 FormElement
FormPublishUtil.createActionElement
(FormVersion formVersion) static FormElement
FormPublishUtil.createQualifierElement
(FormVersion formVersion) static com.alibaba.fastjson.JSONArray
FormPublishUtil.getBackupList
(IEntityContext ec, FormVersion formVersion) static String
FormPublishUtil.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 boolean
FormEditValidator.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 String
URLHelper.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 String
URLHelper.previewUrlFor
(String baseUrl, Projekt project, ValueParameters params, FormVersion formVersion) static String
URLHelper.previewUrlFor
(String context, String language, Projekt projekt, ValueParameters params, FormVersion formVersion) static String
URLHelper.previewUrlFor
(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession) static String
URLHelper.previewUrlFor
(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession, String optionalSessionID) static String
URLHelper.previewUrlFor
(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, FRQSession frqsession) static String
URLHelper.provideUrlFor
(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v) static String
URLHelper.provideUrlFor
(javax.servlet.http.HttpServletRequest request, FormVersion formVersion) static String
URLHelper.submitUrlFor
(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion) static String
URLHelper.submitUrlForVorgang
(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang vorgang) static String
URLHelper.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 IdentityTokenGeneration
IdentityTokenGeneration.perform
(IEntityContext ec, IFormDataAdapter fda, FormVersion formVersion, Projekt project) static IdentityTokenGeneration
IdentityTokenGeneration.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 void
ImagePreviewUtils.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 TypeMethodDescriptionvoid
FormPublishContext.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 TypeMethodDescriptionvoid
FormRequestContext.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 TypeMethodDescriptionvoid
ProjectCopyBean.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 FormVersion
FormPublishHelper.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 FetchTemplateResult
FormTemplateHelper.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 TypeMethodDescriptionvoid
PlaceholderContextModel.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 FormVersion
ProjectPageHelper.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) void
FormElementHandler.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 UUIDvoid
IFormElementHandler.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 TypeMethodDescriptionvoid
IFormPublishContext.setFormVersion
(FormVersion formVersion) void
IFormRenderContext.setFormVersion
(FormVersion formVersion) void
IFormRequestContext.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 String
IFormValueReplacer.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 FormVersion
IPluginFormReplacerParams.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 TypeMethodDescriptionvoid
DefaultReplacerParameters.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 IFormDataAdapter
SaveFormDataFactory.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 String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parse
(String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) This method applies all available placeholder replacers on the given text.static String
PlaceholderReplacer.parseForFormValues
(IEntityContext ec, String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parseForFormValues
(String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.replaceFormValue
(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.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 FormVersion
SecurityWebContextHelper.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 FormVersion
IFormVersionScopedUriBuilderContex.getFormVersion()
-
Uses of FormVersion in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormVersionModifier and TypeMethodDescriptionstatic FormVersion
EntityDummyFactory.dummyFormVersion
(Projekt project, int versionNumber) Methods in de.xima.fc.testhelper with parameters of type FormVersionModifier and TypeMethodDescriptionstatic FormElement
EntityDummyFactory.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 ofFormElement
s 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 void
FDToXmlTransformer.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 String
FormDataUtils.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.JSONObject
FD2Helper.getFD2FormAsJSON
(Projekt pro, FormVersion fv) Deprecated.