Uses of Class
de.xima.fc.entities.FormVersion
-
-
Uses of FormVersion in de.xima.fc
Methods in de.xima.fc with parameters of type FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description List<String>
PublicPropertyAccessor. getFormularPlaceholder(Projekt p, FormVersion fv, boolean onlyUploads)
Diese Methode dient dazu, Platzhalter für Formularelemente (basierend auf den vonFormElement.getAlias()
geliefertten Werten) zu ermitteln.List<String>
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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description FormVersion
FormVersionAPI. create(UserContext uc, FormVersion formVersion, boolean isFirstFormVersion)
Method for creating aFormVersion
entity.FormVersion
FormVersionAPI. getBy(UserContext uc, Projekt projekt, int formVersionNumber)
Method for determining aFormVersion
based of aProjekt
and a version number.FormVersion
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 FormVersion Modifier and Type Method Description List<FormVersion>
FormVersionAPI. getByProjekt(UserContext uc, Projekt projekt)
Method for loading ofFormVersion
s of aProjekt
.Methods in de.xima.fc.api.entity with parameters of type FormVersion Modifier and Type Method Description FormVersion
FormVersionAPI. create(UserContext uc, FormVersion formVersion, boolean isFirstFormVersion)
Method for creating aFormVersion
entity.List<FormElement>
FormElementAPI. getAllByFormVersion(UserContext uc, FormVersion fv)
Method for determining allFormElement
objects of aFormVersion
.FormElement
FormElementAPI. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
FormElementAPI. 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.String
FormVersionAPI. getFormAsString(UserContext uc, FormVersion fv)
List<FormElement>
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 FormVersion Modifier and Type Method Description FormVersion
FormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)
FormVersion
FormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)
FormVersion
FormVersionDao. getBy(IEntityContext ec, Projekt projekt, int versionNumber)
FormVersion
FormVersionDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
FormVersion
FormVersionDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type FormVersion Modifier and Type Method Description List<FormVersion>
FormVersionDao. 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 FormVersion Modifier and Type Method Description List<FormElement>
FormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
List<FormVersionBackup>
FormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv)
FormVersion
FormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)
void
FormVersionBackupDao. deleteAllByFormVersion(IEntityContext ec, FormVersion fv)
void
FormVersionBackupDao. doBackup(IEntityContext ec, FormVersion fv, int maxCount)
FormElement
FormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
FormElement
FormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
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 FormVersion Modifier and Type Method Description FormVersion
IFormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)
FormVersion
IFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)
Returns a new default form version on the basis of a given project.FormVersion
IFormVersionDao. getBy(IEntityContext ec, Projekt projekt, int versionNumber)
FormVersion
IFormVersionDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
Returns the form version for the given UUID string and projectFormVersion
IFormVersionDao. 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 FormVersion Modifier and Type Method Description List<FormVersion>
IFormVersionDao. getByProjekt(IEntityContext ec, Projekt projekt)
Methods in de.xima.fc.dao.interfaces with parameters of type FormVersion Modifier and Type Method Description List<FormElement>
IFormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
List<FormVersionBackup>
IFormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv)
FormVersion
IFormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)
void
IFormVersionBackupDao. deleteAllByFormVersion(IEntityContext ec, FormVersion fv)
void
IFormVersionBackupDao. doBackup(IEntityContext ec, FormVersion fv, int maxCount)
FormElement
IFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
IFormElementDao. 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 FormVersion Modifier and Type Method Description static ProtocolEntryClient
ProtokollUtils. getNewFormVersionPe(Benutzer user, FormVersion formversion)
Deprecated.static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description FormVersion
FormVersion. cloneBasics()
FormVersion
Projekt. getActiveVersion()
FormVersion
FormVersionBackup. getBaseEntity()
FormVersion
FormVersionDatei. getBaseEntity()
FormVersion
FormElement. getFormVersion()
FormVersion
FormVersionBackup. getFormVersion()
Deprecated.FormVersion
Vorgang. getFormVersion()
Methods in de.xima.fc.entities that return types with arguments of type FormVersion Modifier and Type Method Description List<FormVersion>
Projekt. getFormVersions()
Methods in de.xima.fc.entities with parameters of type FormVersion Modifier and Type Method Description void
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 Modifier and Type Method Description void
Projekt. setFormVersions(List<FormVersion> formVersions)
-
Uses of FormVersion in de.xima.fc.export
Methods in de.xima.fc.export that return FormVersion Modifier and Type Method Description protected FormVersion
AProjektUtil. createActiveFormVersion(FormVersion neueFormversion, Projekt neuesProjekt, String formDir)
Erzeugt eine aktive FormVersionstatic FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, Benutzer user)
Deprecated.static FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, IUser user)
static FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, Benutzer user)
Deprecated.static FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, IUser user)
Methods in de.xima.fc.export with parameters of type FormVersion Modifier and Type Method Description protected 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 FormVersion Modifier and Type Method Description FormVersion
FormVersionHelper. create(FormVersion srcFormVersion)
Deprecated.FormVersion
FormVersionHelper. update(FormVersion srcFormVersion, FormVersion fvToUpdate)
Deprecated.FormVersion
FormVersionHelper. update(FormVersion srcformVersion, String id)
Deprecated.Methods in de.xima.fc.export.helper with parameters of type FormVersion Modifier and Type Method Description FormVersion
FormVersionHelper. create(FormVersion srcFormVersion)
Deprecated.FormVersion
FormVersionHelper. update(FormVersion srcFormVersion, FormVersion fvToUpdate)
Deprecated.FormVersion
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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Field Description protected FormVersion
FormPublishContext. formVersion
Methods in de.xima.fc.form.publish that return FormVersion Modifier and Type Method Description FormVersion
FormPublishContext. getFormVersion()
Methods in de.xima.fc.form.publish with parameters of type FormVersion Modifier and Type Method Description void
FormPublishContext. setFormVersion(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return FormVersion Modifier and Type Method Description FormVersion
FormRenderContext. getFormVersion()
Methods in de.xima.fc.form.render with parameters of type FormVersion Modifier and Type Method Description void
FormRenderContext. setFormVersion(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as FormVersion Modifier and Type Field Description protected FormVersion
FormRequestContext. formVersion
Methods in de.xima.fc.form.request that return FormVersion Modifier and Type Method Description FormVersion
FormRequestContext. getFormVersion()
Methods in de.xima.fc.form.request with parameters of type FormVersion Modifier and Type Method Description void
FormRequestContext. setFormVersion(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return FormVersion Modifier and Type Method Description FormVersion
ProjectPageBean. getFormVersion()
FormVersion
ProjectCopyBean. getFormVersionToCopy()
Deprecated.Methods in de.xima.fc.gui.bean.project that return types with arguments of type FormVersion Modifier and Type Method Description List<FormVersion>
ProjectCopyBean. getAllFormVersions()
Deprecated.Methods in de.xima.fc.gui.bean.project with parameters of type FormVersion Modifier and Type Method Description void
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 Modifier and Type Method Description String
EContentView. getExtenalURI(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormVersion Modifier and Type Method Description FormVersion
DefaultPluginFormElementCatalogParams. getFormVersion()
Constructors in de.xima.fc.gui.designer.form.model with parameters of type FormVersion Constructor Description DefaultPluginFormElementCatalogParams(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 FormVersion Modifier and Type Method Description FormVersion
FormDesignerEnvironmentData. getFormVersion()
static FormVersion
FormPublishHelper. persistForm(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project)
Processes a form publish request, i.e.Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormVersion Modifier and Type Method Description static 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 FormVersion Constructor Description FormDesignerEnvironmentData(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 FormVersion Modifier and Type Method Description FormVersion
PlaceholderProjectContextChangedEvent. getFormVersion()
Constructors in de.xima.fc.gui.event with parameters of type FormVersion Constructor Description PlaceholderProjectContextChangedEvent(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 FormVersion Modifier and Type Method Description FormVersion
PlaceholderContextModel. getSelectedFormVersion()
Methods in de.xima.fc.gui.model.placeholder with parameters of type FormVersion Modifier and Type Method Description void
PlaceholderContextModel. setSelectedFormVersion(FormVersion selectedFormVersion)
-
Uses of FormVersion in de.xima.fc.gui.model.version
Methods in de.xima.fc.gui.model.version that return FormVersion Modifier and Type Method Description FormVersion
ProjectVersionEntry. getFormVersion()
Constructors in de.xima.fc.gui.model.version with parameters of type FormVersion Constructor Description ProjectVersionEntry(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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description FormVersion
FormVersionHandler. create(UserContext uc, FormVersion fv, Boolean setActive)
Creates the.FormVersion
ProjektHandler. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)
Methods in de.xima.fc.handler.entity that return types with arguments of type FormVersion Modifier and Type Method Description List<FormVersion>
FormVersionHandler. getByProjekt(UserContext uc, Projekt projekt)
Methods in de.xima.fc.handler.entity with parameters of type FormVersion Modifier and Type Method Description FormVersion
FormVersionHandler. create(UserContext uc, FormVersion fv, Boolean setActive)
Creates the.List<FormElement>
FormElementHandler. getAllBy(UserContext uc, FormVersion fv)
FormElement
FormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
FormElement
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 FormVersion Modifier and Type Method Description FormVersion
IFormVersionHandler. create(UserContext uc, FormVersion fv, Boolean setActive)
Creates the.FormVersion
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 FormVersion Modifier and Type Method Description List<FormVersion>
IFormVersionHandler. getByProjekt(UserContext uc, Projekt projekt)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type FormVersion Modifier and Type Method Description FormVersion
IFormVersionHandler. create(UserContext uc, FormVersion fv, Boolean setActive)
Creates the.List<FormElement>
IFormElementHandler. getAllBy(UserContext uc, FormVersion fv)
FormElement
IFormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
IFormElementHandler. 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 FormVersion Modifier and Type Method Description protected IGenericDao<FormVersion>
FormVersionImportConfig. getDao()
-
Uses of FormVersion in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type FormVersion Constructor Description FormVersionImportStager(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 Modifier and Type Method Description FormVersion
IProjectVersionModel. getFormVersion()
-
Uses of FormVersion in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FormVersion Modifier and Type Method Description FormVersion
IFormDesignerEnvironmentData. getFormVersion()
FormVersion
IFormPublishContext. getFormVersion()
FormVersion
IFormRenderContext. getFormVersion()
FormVersion
IFormRequestContext. getFormVersion()
Methods in de.xima.fc.interfaces.form with parameters of type FormVersion Modifier and Type Method Description void
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 FormVersion Modifier and Type Method Description default 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 Modifier and Type Method Description FormVersion
IFormReplacerParams. getFormVersion()
-
Uses of FormVersion in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return FormVersion Modifier and Type Method Description FormVersion
IPluginFormElementCatalogParams. getFormVersion()
FormVersion
IPluginFormElementTemplateParams. getFormVersion()
-
Uses of FormVersion in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return FormVersion Modifier and Type Method Description default 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 FormVersion Modifier and Type Method Description FormVersion
FormRequestData. getFormVersion()
Methods in de.xima.fc.mdl.form with parameters of type FormVersion Modifier and Type Method Description void
FormRequestData. setFormVersion(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return FormVersion Modifier and Type Method Description FormVersion
DefaultReplacerParameters. getFormVersion()
Methods in de.xima.fc.mdl.placeholder with parameters of type FormVersion Modifier and Type Method Description void
DefaultReplacerParameters. setFormVersion(FormVersion formVersion)
Constructors in de.xima.fc.mdl.placeholder with parameters of type FormVersion Constructor Description DefaultReplacerParameters(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 FormVersion Modifier and Type Method Description FormVersion
PrintJob. getFormVersion()
Methods in de.xima.fc.mdl.print with parameters of type FormVersion Modifier and Type Method Description void
PrintJob. setFormVersion(FormVersion formVersion)
Constructors in de.xima.fc.mdl.print with parameters of type FormVersion Constructor Description PrintJob(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.mdl.savedata
Methods in de.xima.fc.mdl.savedata with parameters of type FormVersion Modifier and Type Method Description static 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 Modifier and Type Field Description protected FormVersion
AWorkflowEngineTest. formVersion
-
Uses of FormVersion in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description FormVersion
PluginFormReplacerParams. getFormversion()
Deprecated.Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type FormVersion Constructor Description PluginFormReplacerParams(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 FormVersion Modifier and Type Method Description static IFormVersionScopedUriBuilderContex
UriBuilderContextFactory. formVersionScoped(FormVersion formVersion)
-
Uses of FormVersion in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description @NotNull FormVersion
IFormVersionScopedUriBuilderContex. getFormVersion()
-
Uses of FormVersion in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormVersion Modifier and Type Method Description static FormVersion
EntityDummyFactory. dummyFormVersion(Projekt project, int versionNumber)
static FormVersion
FormEntityHelper. updateFormVersionWithPersistJson(FormVersion formVersion, String fileName, String... formElements)
Updates the current form version with the persist JSON from the given file.Methods in de.xima.fc.testhelper with parameters of type FormVersion Modifier and Type Method Description static FormElement
EntityDummyFactory. dummyFormElement(FormVersion formVersion, String elementName)
static FormElement
EntityDummyFactory. dummyFormElement(FormVersion formVersion, String elementName, String aliasName)
static FormElement
EntityDummyFactory. dummyFormElement(FormVersion formVersion, String elementName, String aliasName, EFormElementTyp type)
static FormVersion
FormEntityHelper. updateFormVersionWithPersistJson(FormVersion formVersion, String fileName, String... formElements)
Updates the current form version with the persist JSON from the given file. -
Uses of FormVersion in de.xima.fc.transform
Methods in de.xima.fc.transform with parameters of type FormVersion Modifier and Type Method Description List<FormElement>
AFdTransformBuilder. 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static 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 FormVersion Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
FD2Helper. getFD2FormAsJSON(Projekt pro, FormVersion fv)
Deprecated.
-