Modifier and Type | Method and Description |
---|---|
static String |
PathHandler.Web.fd2VersionEditFor(FormVersion fv) |
static String |
PathHandler.Web.fd2VersionEditFor(FormVersion fv,
String baseUrl) |
static String |
PathHandler.Web.formPreviewFor(FormVersion fv,
String baseURL) |
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.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
PublicPropertyAccessor.getFormularPlaceholder(Projekt p,
FormVersion fv,
boolean onlyUploads)
Diese Methode dient dazu, Platzhalter für Formularelemente (basierend auf den von
FormElement.getAlias()
geliefertten Werten) zu ermitteln. |
List<String> |
PublicPropertyAccessor.getPlaceholderList(Projekt p,
FormVersion fv,
Aktion a)
Diese Methode dient dazu, alle verfügbaren Platzhalter als Liste von Zeichenketten zu ermitteln.
|
Modifier and Type | Method and Description |
---|---|
static IXForm |
XFormCache.cacheForm(UserContext uc,
FormVersion entity) |
static IXForm |
XFormCache.getCachedForm(UserContext uc,
FormVersion entity) |
static String |
XFormCacheManager.getEntryKey(FormVersion entity) |
static IXForm |
XFormCache.getUncachedForm(UserContext uc,
FormVersion entity) |
static XformCacheModel |
XFormCache.readCachedForm(UserContext uc,
FormVersion entity) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Method for creating a
FormVersion entity. |
FormVersion |
FormVersionAPI.getBy(UserContext uc,
Projekt projekt,
int formVersionNumber)
Method for determining a
FormVersion based of a Projekt and a version number. |
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Method for determining the current version of a project.
|
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
FormVersionAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for loading of
FormVersion s of a Projekt . |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Method for creating a
FormVersion entity. |
List<FormElement> |
FormElementAPI.getAllByFormVersion(UserContext uc,
FormVersion fv)
Method for determining all
FormElement objects of a FormVersion . |
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
com.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 all
FormElement s of a FormVersion . |
com.alibaba.fastjson.JSONObject |
FormVersionAPI.mergeFormElemente(UserContext uc,
FormVersion fv)
Deprecated.
|
void |
FormElementAPI.removeAllFromFormVersion(UserContext uc,
FormVersion fv)
Method for deleting all
FormElement s of a FormVersion . |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
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) |
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
FormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
protected IFCDaoActionHook<FormVersion> |
FormVersionDao.getPostActionHook() |
protected IFCDaoActionHook<FormVersion> |
FormVersionDao.getPreActionHook() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
IFormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
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 project
|
FormVersion |
IFormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the form version for the given UUID and project
|
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
IFormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Modifier and Type | Method and 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 string
|
FormElement |
IFormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
void |
IFormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
Modifier and Type | Method and Description |
---|---|
static ProtocolEntryClient |
ProtokollUtils.getNewFormVersionPe(Benutzer user,
FormVersion formversion)
Generates a protocol entry for indicating that a new Form version has been created
|
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataInitializer.initBy(IEntityContext ec,
FormVersion formVersion) |
static void |
SaveFormDataHelper.initElementData(IEntityContext ec,
FormVersion fv,
IFormDataAdapter saveData) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersion.cloneBasics() |
FormVersion |
Projekt.getActiveVersion() |
FormVersion |
FormVersionDatei.getBaseEntity() |
FormVersion |
FormVersionBackup.getBaseEntity() |
FormVersion |
Vorgang.getFormVersion() |
FormVersion |
FormElement.getFormVersion() |
FormVersion |
FormVersionBackup.getFormVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
Projekt.getFormVersions() |
Modifier and Type | Method and Description |
---|---|
void |
Projekt.addFormVersion(FormVersion formVersion) |
void |
Projekt.removeFormVersion(FormVersion formVersion) |
void |
Projekt.setActiveVersion(FormVersion activeVersion) |
void |
FormVersionDatei.setBaseEntity(FormVersion baseEntity) |
void |
FormVersionBackup.setBaseEntity(FormVersion baseEntity) |
void |
Vorgang.setFormVersion(FormVersion formVersion) |
void |
FormElement.setFormVersion(FormVersion formVersion) |
void |
FormVersionBackup.setFormVersion(FormVersion formVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Projekt.setFormVersions(List<FormVersion> formVersions) |
Modifier and Type | Method and Description |
---|---|
protected FormVersion |
AProjektUtil.createActiveFormVersion(FormVersion neueFormversion,
Projekt neuesProjekt,
String formDir)
Erzeugt eine aktive FormVersion
|
static FormVersion |
AProjektUtil.createNewFormVersion(IEntityContext ec,
Long projectId,
Benutzer user) |
static FormVersion |
AProjektUtil.createNewFormVersion(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
protected FormVersion |
AProjektUtil.createActiveFormVersion(FormVersion neueFormversion,
Projekt neuesProjekt,
String formDir)
Erzeugt eine aktive FormVersion
|
protected void |
AProjektUtil.createFormElements(List<FormElement> formElements,
FormVersion formVersion)
Erzeugt ein FormElement
|
protected void |
AProjektUtil.createFormVersionFile(FormVersion fv,
String targetPath) |
protected List<FormElement> |
AProjektUtil.getFormElements(FormVersion formVersion)
Methode zum Ermitteln der FormElements
|
protected Collection<ProjektRessource> |
AProjektUtil.getProjektRessources(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionHelper.create(FormVersion srcFormVersion)
Deprecated.
|
FormVersion |
FormVersionHelper.update(FormVersion srcFormVersion,
FormVersion fvToUpdate)
Deprecated.
|
FormVersion |
FormVersionHelper.update(FormVersion srcformVersion,
String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionHelper.create(FormVersion srcFormVersion)
Deprecated.
|
FormVersion |
FormVersionHelper.update(FormVersion srcFormVersion,
FormVersion fvToUpdate)
Deprecated.
|
FormVersion |
FormVersionHelper.update(FormVersion srcformVersion,
String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.alibaba.fastjson.JSONArray |
FormPublishUtil.getBackupList(IEntityContext ec,
FormVersion formVersion) |
static String |
FormPublishUtil.getCurrentPersistent(IEntityContext ec,
FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FormEditValidator.checkCurrentFormVersionContext(XfcSession session,
FormVersion fv) |
Modifier and Type | Method and 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 copy
|
static String |
URLHelper.previewUrlFor(String baseUrl,
Projekt p,
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,
FRQSession frqsession) |
static String |
URLHelper.provideUrlFor(String baseUrl,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang v) |
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) |
Modifier and Type | Method and Description |
---|---|
static IdentityTokenGeneration |
IdentityTokenGeneration.perform(IEntityContext ec,
IFormDataAdapter fda,
FormVersion formVersion,
Projekt project)
When enabled, an ID is generated based on the data of a submitted form.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImagePreviewUtils.savePreviewImage(String base64,
FormVersion formVersion,
IEntityContext iEntityContext,
String typeThumbnail) |
Modifier and Type | Field and Description |
---|---|
protected FormVersion |
FormPublishContext.formVersion |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormPublishContext.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
FormPublishContext.setFormVersion(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormRenderContext.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setFormVersion(FormVersion formVersion) |
Modifier and Type | Field and Description |
---|---|
protected FormVersion |
FormRequestContext.formVersion |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormRequestContext.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setFormVersion(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionBean.getActiveFormVersion() |
FormVersion |
ProjectCopyBean.getFormVersionToCopy()
Deprecated.
|
FormVersion |
FormVersionBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
ProjectCopyBean.getAllFormVersions()
Deprecated.
|
IEntityListModel<FormVersion> |
FormVersionBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
FormVersionBean.copy(FormVersion formVersion) |
String |
FormVersionBean.delete(FormVersion formVersion) |
String |
FormVersionBean.getDesignerLink(FormVersion formVersion) |
String |
FormVersionBean.getPreviewLink(FormVersion formVersion) |
void |
FormVersionBean.setActiveFormVersion(FormVersion activeFormVersion) |
void |
ProjectCopyBean.setFormVersionToCopy(FormVersion formVersionToCopy)
Deprecated.
|
void |
FormVersionBean.EntityListModelImpl.setSelected(FormVersion selected) |
Modifier and Type | Method and Description |
---|---|
void |
FormVersionBean.setModel(IEntityListModel<FormVersion> model) |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.updateFormPlaceholders(IEntityContext ec,
FormVersion formVersion,
boolean uploadsOnly) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.updateFormPlaceholders(IEntityContext ec,
FormVersion formVersion,
boolean uploadsOnly) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
FormVersion |
ProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
FormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<FormVersion> |
IFormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and 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 string
|
FormElement |
IFormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
void |
IFormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
Constructor and Description |
---|
FormVersionImportStager(IEntityContext ec,
FormVersion entity,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormVersion |
IFormRenderContext.getFormVersion() |
FormVersion |
IFormRequestContext.getFormVersion() |
FormVersion |
IFormPublishContext.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setFormVersion(FormVersion formVersion) |
void |
IFormRequestContext.setFormVersion(FormVersion formVersion) |
void |
IFormPublishContext.setFormVersion(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
default String |
IFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormVersion |
IFormReplacerParams.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
FormVersion |
IPluginFormReplacerParams.getFormversion() |
Modifier and Type | Method and Description |
---|---|
FormVersion |
FormRequestData.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestData.setFormVersion(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
DefaultReplacerParameters.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReplacerParameters.setFormVersion(FormVersion formVersion) |
Constructor and Description |
---|
DefaultReplacerParameters(IFormDataAdapter formData,
FormVersion formVersion,
boolean encodeForHTML) |
DefaultReplacerParameters(IFormDataAdapter formData,
FormVersion formVersion,
boolean encodeForHTML,
boolean encodeFormValuesForPlaceholder) |
Modifier and Type | Method and Description |
---|---|
FormVersion |
PrintJob.getFormVersion() |
Modifier and Type | Method and Description |
---|---|
void |
PrintJob.setFormVersion(FormVersion formVersion) |
Constructor and Description |
---|
PrintJob(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataFactory.getNewSaveData(FormVersion fv) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FormVersion |
PluginFormReplacerParams.getFormversion() |
Constructor and Description |
---|
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
Modifier and Type | Method and Description |
---|---|
List<FormElement> |
AFdTransformBuilder.getElementsList(FormVersion formVersion,
HashMap<Long,List<FormElement>> elementMap,
HashMap<Long,Set<String>> variablesMap)
Method to get the list of
FormElement s of an FormVersion . |
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
static String |
FormDataUtils.fieldNameForAlias(FormVersion fv,
String alias)
Liefert den Formularfeldnamen für das übergebene Alias.
|
Modifier and Type | Method and Description |
---|---|
static com.alibaba.fastjson.JSONObject |
FD2Helper.getFD2FormAsJSON(Projekt pro,
FormVersion fv)
Deprecated.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.