Uses of Class
de.xima.fc.entities.Textbaustein
-
-
Uses of Textbaustein in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with parameters of type Textbaustein Modifier and Type Method Description static com.alibaba.fastjson.JSONObjectGenericDataCache. getCachedI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Textbaustein Modifier and Type Method Description TextbausteinTextbausteinAPI. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)Finds atext templateby itsmessage code.TextbausteinTextbausteinAPI. getByMandantAndName(UserContext uc, int mandantID, String templateName)TextbausteinTextbausteinAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)TextbausteinTextbausteinAPI. getByUUID(UserContext uc, Mandant client, String uuid)Method for determining anTextbausteinby an UUID asStringand the clientTextbausteinTextbausteinAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)Method for determining anTextbausteinby an UUID and the clientTextbausteinTextbausteinAPI. getFD2Theme(UserContext uc, Mandant mandant, String theme)Deprecated.Form themes can now come from a variety of sources, seeFormThemeReference.TextbausteinTextbausteinAPI. getTextbausteinBy(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie category)Method for determining aTextbausteinby his name and category.Methods in de.xima.fc.api.entity that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>TextbausteinAPI. getAllByMandantAndTyp(UserContext uc, Mandant client, ETextbausteinKategorie category)Method for reading all templates of a client and a specified type.List<Textbaustein>TextbausteinAPI. getTextbausteine(UserContext uc, Mandant mandant)Method for determining allTextbausteinof a client.Methods in de.xima.fc.api.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>TextbausteinAPI. getI18nValues(UserContext uc, Textbaustein tmpl)Method for determining all i18n values of aTextbaustein. -
Uses of Textbaustein in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObjectGenericCacheAPI. getI18nValues(UserContext uc, Textbaustein tmpl)com.alibaba.fastjson.JSONObjectGenericCacheAPI. getUncachedI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type Textbaustein Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingTextTemplate(IEntityContext ec, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Textbaustein Modifier and Type Method Description TextbausteinTextbausteinDao. getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)TextbausteinTextbausteinDao. getByMsgCode(IEntityContext ec, Mandant client, String messageCode)TextbausteinTextbausteinDao. getByName(IEntityContext ec, Mandant mandant, String name)TextbausteinTextbausteinDao. getByUUID(IEntityContext ec, Mandant client, String uuid)TextbausteinTextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)TextbausteinTextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode)Methods in de.xima.fc.dao.impl that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>TextbausteinDao. getAll(IEntityContext ec, Mandant mandant)List<Textbaustein>TextbausteinDao. getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)List<Textbaustein>TextbausteinDao. getAllByProject(IEntityContext ec, Projekt project)protected IFCDaoActionHook<Textbaustein>TextbausteinDao. getPostActionHook()protected IFCDaoActionHook<Textbaustein>TextbausteinDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type Textbaustein Modifier and Type Method Description StringTextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>TextbausteinDao. getEntityRefs(IEntityContext ec, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Textbaustein Modifier and Type Method Description TextbausteinITextbausteinDao. getByKatAndName(IEntityContext ec, Mandant client, ETextbausteinKategorie category, String name)TextbausteinITextbausteinDao. getByMsgCode(IEntityContext ec, Mandant client, String messageCode)TextbausteinITextbausteinDao. getByName(IEntityContext ec, Mandant client, String name)TextbausteinITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the template with the given UUID stringTextbausteinITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the template with the given UUIDTextbausteinITextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode)Methods in de.xima.fc.dao.interfaces that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>ITextbausteinDao. getAll(IEntityContext ec, Mandant client)List<Textbaustein>ITextbausteinDao. getAllByKat(IEntityContext ec, Mandant client, ETextbausteinKategorie category)List<Textbaustein>ITextbausteinDao. getAllByProject(IEntityContext ec, Projekt project)Returns all templates that are being used by the given projectMethods in de.xima.fc.dao.interfaces with parameters of type Textbaustein Modifier and Type Method Description StringITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)Returns a name that is not taken by anotherTextbausteinin the given client other than the excluded template. -
Uses of Textbaustein in de.xima.fc.entities
Methods in de.xima.fc.entities that return Textbaustein Modifier and Type Method Description TextbausteinProjectIdentityCheckData. getFailureTemplate()TextbausteinProjectDOIData. getOptInErrorTemplate()Deprecated.TextbausteinProjectDOIData. getOptInSuccessTemplate()Deprecated.TextbausteinProjectDOIData. getReceivedSuccessTemplate()Deprecated.Methods in de.xima.fc.entities with parameters of type Textbaustein Modifier and Type Method Description voidProjectIdentityCheckData. setFailureTemplate(Textbaustein failureTemplate)voidProjectDOIData. setOptInErrorTemplate(Textbaustein optInErrorTemplate)Deprecated.voidProjectDOIData. setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)Deprecated.voidProjectDOIData. setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)Deprecated. -
Uses of Textbaustein in de.xima.fc.exporter.entity
Constructors in de.xima.fc.exporter.entity with parameters of type Textbaustein Constructor Description TemplateExporter(IEntityContext ec, Textbaustein entity)TemplateExporter(IEntityContext ec, Textbaustein... entities)Deprecated. -
Uses of Textbaustein in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type Textbaustein Modifier and Type Method Description static FormThemeReferenceURLHelper. resolveFormThemeByContext(IFormRequestContext requestContext, Textbaustein textTemplate)Resolves the form theme to use for the given form version.static FormThemeReferenceURLHelper. resolveFormThemeByContext(javax.servlet.http.HttpServletRequest request, FormVersion formVersion, Textbaustein textTemplate)Resolves the form theme to use for the given form version. -
Uses of Textbaustein in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as Textbaustein Modifier and Type Field Description protected TextbausteinFormRenderContext. themeTextbausteinMethods in de.xima.fc.form.render that return Textbaustein Modifier and Type Method Description TextbausteinFormRenderContext. getThemeTextbaustein()Methods in de.xima.fc.form.render with parameters of type Textbaustein Modifier and Type Method Description voidFormRenderContext. setThemeTextbaustein(Textbaustein themeTextbaustein) -
Uses of Textbaustein in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return Textbaustein Modifier and Type Method Description TextbausteinProjectDOIBean. getOptInErrorTemplate()TextbausteinProjectDOIBean. getOptInSuccessTemplate()TextbausteinProjectDOIBean. getReceivedSuccessTemplate()Methods in de.xima.fc.gui.bean.project that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>ProjectAccessBean. getAvailableHtmlTemplates()List<Textbaustein>ProjectDOIBean. getTbList()Methods in de.xima.fc.gui.bean.project with parameters of type Textbaustein Modifier and Type Method Description voidProjectDOIBean. setOptInErrorTemplate(Textbaustein optInErrorTemplate)voidProjectDOIBean. setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)voidProjectDOIBean. setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate) -
Uses of Textbaustein in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return Textbaustein Modifier and Type Method Description TextbausteinTemplatesBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.templates that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>TemplatesBean. getAllByType(ETextbausteinKategorie kat)List<Textbaustein>TemplatesBean.TemplateBulkDeleteModel. getInUseTemplates()The templates that are still in use and cannot be deleted.IEntityListModelSelectByView<Textbaustein>TemplatesBean. getModel()List<Textbaustein>TemplatesBean.TemplateBulkDeleteModel. getSystemTemplates()The system templates that were selected (and are scheduled to be reset).List<Textbaustein>TemplatesBean.TemplateBulkDeleteModel. getUserTemplates()The user templates that were selected (and are scheduled to be deleted).Methods in de.xima.fc.gui.bean.templates with parameters of type Textbaustein Modifier and Type Method Description StringTemplatesBean.EntityListModelImpl. deleteEntity(Textbaustein entity)Deletes the givenTextbausteinif it is not being used by project actionsvoidTemplatesBean.EntityListModelImpl. setSelected(Textbaustein selected)Method parameters in de.xima.fc.gui.bean.templates with type arguments of type Textbaustein Modifier and Type Method Description voidTemplatesBean. setModel(IEntityListModelSelectByView<Textbaustein> model) -
Uses of Textbaustein in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>ProcessingBean. getTextbausteineByKategorie(ETextbausteinKategorie kategorie)Deprecated.Liefert Liste mit mandanten-spezifische Textbausteinen einer bestimmten Kategorie. -
Uses of Textbaustein in de.xima.fc.gui.builder
Methods in de.xima.fc.gui.builder with parameters of type Textbaustein Modifier and Type Method Description AFormShareScriptBuilderAFormShareScriptBuilder. withRpTheme(Textbaustein rpTheme)Deprecated. -
Uses of Textbaustein in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type Textbaustein Constructor Description TextTemplateModifiedEvent(Textbaustein entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data. -
Uses of Textbaustein in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type Textbaustein Modifier and Type Method Description static StringDataSheetStringDataSheetUtils. getDataSheetFromTemplate(Textbaustein template, Locale clientLocale, String technicalNameKeyColumn, String displayNameKeyColumn, String technicalNameDefaultColumn)Create aStringDataSheetobject and returns it. -
Uses of Textbaustein in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Textbaustein Modifier and Type Method Description TextbausteinTextbausteinHandler. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)TextbausteinTextbausteinHandler. getByMandantAndName(UserContext uc, Mandant client, String name)TextbausteinTextbausteinHandler. getByUUID(UserContext uc, Mandant client, String uuid)TextbausteinTextbausteinHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)TextbausteinTextbausteinHandler. getTextbausteinBy(UserContext uc, Mandant client, String name, ETextbausteinKategorie category)Methods in de.xima.fc.handler.entity that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>TextbausteinHandler. getTextbausteine(UserContext uc, Mandant client)List<Textbaustein>TextbausteinHandler. getTextbausteineByKategorie(UserContext uc, Mandant client, ETextbausteinKategorie category)Methods in de.xima.fc.handler.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>TextbausteinHandler. getI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Textbaustein Modifier and Type Method Description TextbausteinITextbausteinHandler. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)Finds atext templateby itsmessage code.TextbausteinITextbausteinHandler. getByMandantAndName(UserContext uc, Mandant mandant, String name)TextbausteinITextbausteinHandler. getByUUID(UserContext uc, Mandant client, String uuid)TextbausteinITextbausteinHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)TextbausteinITextbausteinHandler. getTextbausteinBy(UserContext uc, Mandant client, String name, ETextbausteinKategorie category)Gets the textbaustein by.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>ITextbausteinHandler. getTextbausteine(UserContext uc, Mandant client)Gets the alltext templatesof aclient.List<Textbaustein>ITextbausteinHandler. getTextbausteineByKategorie(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie)Gets the textbausteine vom uebergebenen Typ.Methods in de.xima.fc.handler.interfaces.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>ITextbausteinHandler. getI18nValues(UserContext uc, Textbaustein template)Provides the i18n values from the template. -
Uses of Textbaustein in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObjectIGenericCacheHandler. getUncachedI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObjectGenericCacheHandler. getUncachedI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.i18n
Constructors in de.xima.fc.i18n with parameters of type Textbaustein Constructor Description I18nValuesJSONBuilder(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return Textbaustein Modifier and Type Method Description protected TextbausteinTemplateImportConfig. findPersisted(IEntityContext ec)Methods in de.xima.fc.importer.config that return types with arguments of type Textbaustein Modifier and Type Method Description protected IGenericDao<Textbaustein>TemplateImportConfig. getDao()Constructors in de.xima.fc.importer.config with parameters of type Textbaustein Constructor Description TemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson)Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type Textbaustein Constructor Description TemplateImportConfig(IEntityImportConfigData<Textbaustein> data) -
Uses of Textbaustein in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Textbaustein Constructor Description TemplateImportStager(IEntityContext ec, Textbaustein entity, Mandant client)Deprecated. -
Uses of Textbaustein in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return Textbaustein Modifier and Type Method Description TextbausteinIFormRenderContext. getThemeTextbaustein()Deprecated.Form themes can now come from different sources, including plugins.Methods in de.xima.fc.interfaces.form with parameters of type Textbaustein Modifier and Type Method Description voidIFormRenderContext. setThemeTextbaustein(Textbaustein themeTextbaustein)Deprecated.Form themes can now come from different sources, including plugins. -
Uses of Textbaustein in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>IClientCreateData. getAllTemplates(Locale locale)List<Textbaustein>IDefaultMandantData. getAllTemplates(Locale locale)Deprecated. -
Uses of Textbaustein in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>IWorkflowProvider. getTextTemplatesByCategory(ETextbausteinKategorie category) -
Uses of Textbaustein in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type Textbaustein Modifier and Type Method Description default IServletResponseIWorkflowHttpHandler. requestResponseTemplate(Textbaustein template)Requests an HTTP response for the given (HTML) template. -
Uses of Textbaustein in de.xima.fc.manager
Methods in de.xima.fc.manager that return Textbaustein Modifier and Type Method Description static TextbausteinTextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static TextbausteinTextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, String msgCode)static TextbausteinTextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static TextbausteinTextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, String name)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static TextbausteinTextbausteinManager. getTextbausteineByName(IEntityContext ec, Mandant mandant, String name)Deprecated.Methods in de.xima.fc.manager that return types with arguments of type Textbaustein Modifier and Type Method Description static List<Textbaustein>TextbausteinManager. getTextbausteine(IEntityContext ec, Mandant m)Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static List<Textbaustein>TextbausteinManager. getTextbausteineByKategorie(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.Methods in de.xima.fc.manager with parameters of type Textbaustein Modifier and Type Method Description static Map<String,String>TextbausteinManager. getI18nValues(IEntityContext ec, Textbaustein template)Provides the i18n values for the given template. -
Uses of Textbaustein in de.xima.fc.mdl.workflow
Constructors in de.xima.fc.mdl.workflow with parameters of type Textbaustein Constructor Description WorkflowResponse(Vorgang vorgang, EResponseType type, Textbaustein value, boolean success) -
Uses of Textbaustein in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Textbaustein Modifier and Type Field Description protected TextbausteinAWorkflowEngineTest. i18n -
Uses of Textbaustein in de.xima.fc.setup
Methods in de.xima.fc.setup that return Textbaustein Modifier and Type Method Description TextbausteinDefaultClientCreator. createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client)Methods in de.xima.fc.setup that return types with arguments of type Textbaustein Modifier and Type Method Description protected List<Textbaustein>DefaultClientCreator. createTemplates(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected List<Textbaustein>DefaultClientCreator. createTextbausteine(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)ArrayList<Textbaustein>DefaultClientData. getAllTemplates(Locale locale) -
Uses of Textbaustein in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Textbaustein Modifier and Type Method Description static TextbausteinEntityDummyFactory. dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, Mandant client)static TextbausteinEntityDummyFactory. dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, ETextbausteinMsgCode msgCode, Mandant client) -
Uses of Textbaustein in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>WorkflowProviderBean. getTextTemplatesByCategory(ETextbausteinKategorie category) -
Uses of Textbaustein in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type Textbaustein Modifier and Type Method Description Map<ETextbausteinKategorie,List<Textbaustein>>WorkflowRequestContextModel. getTextTemplates()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type Textbaustein Modifier and Type Method Description voidWorkflowRequestContextModel. setTextTemplates(Map<ETextbausteinKategorie,List<Textbaustein>> textTemplates) -
Uses of Textbaustein in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type Textbaustein Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. doiInit(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInit(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static WorkflowNodeWorkflowNodeFactory. doiInitHtml(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitHtml(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static WorkflowNodeWorkflowNodeFactory. doiInitPlain(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitPlain(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static WorkflowNodeWorkflowNodeFactory. exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.static FcExportToXmlPropsWorkflowNodePropsFactory. exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCEthat creates a persistence file with the submitted form data.static WorkflowNodeWorkflowNodeFactory. importFormValueFromXml(SingleFile xmlDocument, Map<String,String> xPathMapping, Textbaustein xslTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat changes the value of form elements based on the data of an XML document.static FcImportFormValueFromXmlPropsWorkflowNodePropsFactory. importFormValueFromXml(SingleFile xmlDocument, Map<String,String> xPathMapping, Textbaustein xslTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat changes the value of form elements based on the data of an XML document.static WorkflowNodeWorkflowNodeFactory. redirect(Textbaustein url)Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static WorkflowNodeWorkflowNodeFactory. redirect(Textbaustein url, Map<String,List<String>> queryParameters)Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(Textbaustein url)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(Textbaustein url, Map<String,List<String>> queryParameters)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static WorkflowNodeWorkflowNodeFactory. showTemplate(Textbaustein htmlTemplate)Creates a new workflow node for aEWorkflowNodeType.FC_SHOW_TEMPLATEthat responds to an HTTP request with the given text template.static FcShowTemplatePropsWorkflowNodePropsFactory. showTemplate(Textbaustein htmlTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_SHOW_TEMPLATEthat responds to an HTTP request with the given text template.IHttpRequestNodeBuilderIHttpRequestNodeBuilder. xslTemplate(Textbaustein xslTemplate) -
Uses of Textbaustein in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type Textbaustein Modifier and Type Method Description static List<Textbaustein>WorkflowProviderHelper. computeTextTemplatesByCategory(IEntityContext ec, Mandant client, ETextbausteinKategorie cat) -
Uses of Textbaustein in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>ValidationWorkflowProvider. getTextTemplatesByCategory(ETextbausteinKategorie category) -
Uses of Textbaustein in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type Textbaustein Modifier and Type Method Description static ClientTemplateViewClientTemplateView. forTemplate(Textbaustein template)
-