Uses of Class
de.xima.fc.entities.Textbaustein
Packages that use Textbaustein
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
Package to create clients, trigger updates and configure the system-logger
-
Uses of Textbaustein in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with parameters of type TextbausteinModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObjectGenericDataCache.getCachedI18nValues(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.api.entity
Subclasses with type arguments of type Textbaustein in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return TextbausteinModifier and TypeMethodDescriptionTextbausteinAPI.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Finds atext templateby itsmessage code.TextbausteinAPI.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) Finds atext templateby itsmessage code.TextbausteinAPI.getByMandantAndName(UserContext uc, int mandantID, String templateName) TextbausteinAPI.getByMandantAndName(UserContext uc, Mandant mandant, String name) TextbausteinAPI.getByUUID(UserContext uc, Mandant client, String uuid) Method for determining anTextbausteinby an UUID asStringand the clientTextbausteinAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Method for determining anTextbausteinby an UUID and the clientTextbausteinAPI.getFD2Theme(UserContext uc, Mandant mandant, String theme) Deprecated.TextbausteinAPI.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 TextbausteinModifier and TypeMethodDescriptionTextbausteinAPI.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) TextbausteinAPI.getAllByMandantAndTyp(UserContext uc, Mandant client, ETextbausteinKategorie category) Method for reading all templates of a client and a specified type.TextbausteinAPI.getTextbausteine(UserContext uc, Mandant mandant) Method for determining allTextbausteinof a client.Methods in de.xima.fc.api.entity with parameters of type TextbausteinModifier and TypeMethodDescriptionTextbausteinAPI.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 TextbausteinModifier and TypeMethodDescriptioncom.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 TextbausteinModifier and TypeMethodDescriptionDaoActionHookHelper.getActionsReferencingTextTemplate(IEntityContext ec, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.dao.impl
Subclasses with type arguments of type Textbaustein in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofITextbausteinDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return TextbausteinModifier and TypeMethodDescriptionTextbausteinDao.getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode, ETextbausteinKategorie category) TextbausteinDao.getByName(IEntityContext ec, Mandant mandant, String name) TextbausteinDao.getByUUID(IEntityContext ec, Mandant client, String uuid) TextbausteinDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode) Methods in de.xima.fc.dao.impl that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionTextbausteinDao.getAll(IEntityContext ec, Mandant mandant) TextbausteinDao.getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) 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 TextbausteinModifier and TypeMethodDescriptionTextbausteinDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude) TextbausteinDao.getEntityRefs(IEntityContext ec, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type Textbaustein in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return TextbausteinModifier and TypeMethodDescriptionITextbausteinDao.getByKatAndName(IEntityContext ec, Mandant client, ETextbausteinKategorie category, String name) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode, ETextbausteinKategorie category) ITextbausteinDao.getByName(IEntityContext ec, Mandant client, String name) ITextbausteinDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the template with the given UUID stringITextbausteinDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the template with the given UUIDITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode) Methods in de.xima.fc.dao.interfaces that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionITextbausteinDao.getAll(IEntityContext ec, Mandant client) ITextbausteinDao.getAllByKat(IEntityContext ec, Mandant client, ETextbausteinKategorie category) Returns the templates matching the providedMandantandETextbausteinKategorie.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 TextbausteinModifier and TypeMethodDescriptionITextbausteinDao.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 TextbausteinModifier and TypeMethodDescriptionProjectIdentityCheckData.getFailureTemplate()ProjectDOIData.getOptInErrorTemplate()Deprecated.ProjectDOIData.getOptInSuccessTemplate()Deprecated.ProjectDOIData.getReceivedSuccessTemplate()Deprecated.Methods in de.xima.fc.entities with parameters of type TextbausteinModifier and TypeMethodDescriptionvoidProjectIdentityCheckData.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
Subclasses with type arguments of type Textbaustein in de.xima.fc.exporter.entityConstructors in de.xima.fc.exporter.entity with parameters of type TextbausteinModifierConstructorDescriptionTemplateExporter(IEntityContext ec, Textbaustein entity) Deprecated.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 TextbausteinModifier and TypeMethodDescriptionstatic 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 TextbausteinMethods in de.xima.fc.form.render that return TextbausteinModifier and TypeMethodDescriptionFormRenderContext.getThemeTextbaustein()FormRenderContextWrapper.getThemeTextbaustein()Deprecated.Methods in de.xima.fc.form.render with parameters of type TextbausteinModifier and TypeMethodDescriptionvoidFormRenderContext.setThemeTextbaustein(Textbaustein themeTextbaustein) voidFormRenderContextWrapper.setThemeTextbaustein(Textbaustein themeTextbaustein) Deprecated. -
Uses of Textbaustein in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return TextbausteinModifier and TypeMethodDescriptionProjectDOIBean.getOptInErrorTemplate()ProjectDOIBean.getOptInSuccessTemplate()ProjectDOIBean.getReceivedSuccessTemplate()Methods in de.xima.fc.gui.bean.project that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionProjectAccessBean.getAvailableHtmlTemplates()ProjectDOIBean.getTbList()Methods in de.xima.fc.gui.bean.project with parameters of type TextbausteinModifier and TypeMethodDescriptionvoidProjectDOIBean.setOptInErrorTemplate(Textbaustein optInErrorTemplate) voidProjectDOIBean.setOptInSuccessTemplate(Textbaustein optInSuccessTemplate) voidProjectDOIBean.setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate) -
Uses of Textbaustein in de.xima.fc.gui.bean.templates
Subclasses with type arguments of type Textbaustein in de.xima.fc.gui.bean.templatesMethods in de.xima.fc.gui.bean.templates that return TextbausteinMethods in de.xima.fc.gui.bean.templates that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionTemplatesBean.getAllByType(ETextbausteinKategorie kat) TemplatesBean.TemplateBulkDeleteModel.getInUseTemplates()The templates that are still in use and cannot be deleted.TemplatesBean.getModel()TemplatesBean.TemplateBulkDeleteModel.getSystemTemplates()The system templates that were selected (and are scheduled to be reset).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 TextbausteinModifier and TypeMethodDescriptionTemplatesBean.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 TextbausteinModifier and TypeMethodDescriptionvoidTemplatesBean.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 TextbausteinModifier and TypeMethodDescriptionProcessingBean.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 TextbausteinModifier and TypeMethodDescriptionAFormShareScriptBuilder.withRpTheme(Textbaustein rpTheme) Deprecated. -
Uses of Textbaustein in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder with parameters of type TextbausteinModifier and TypeMethodDescriptionstatic PlaceHolderGenericTextFragment.fromTemplate(Textbaustein template, String groupName, boolean untagged, IGuiIcon icon, EPlaceholderInsertHint insertHint) Creates aPlaceHolderinstance based on the properties of atemplate. -
Uses of Textbaustein in de.xima.fc.gui.common.validator
Subclasses with type arguments of type Textbaustein in de.xima.fc.gui.common.validator -
Uses of Textbaustein in de.xima.fc.gui.event.entity
Subclasses with type arguments of type Textbaustein in de.xima.fc.gui.event.entityModifier and TypeClassDescriptionclassEvent for when an entity was modified, either when it was created, updated, or deleted.Constructors in de.xima.fc.gui.event.entity with parameters of type TextbausteinModifierConstructorDescriptionTextTemplateModifiedEvent(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 TextbausteinModifier and TypeMethodDescriptionstatic final 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 TextbausteinModifier and TypeMethodDescriptionTextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) TextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) TextbausteinHandler.getByMandantAndName(UserContext uc, Mandant client, String name) TextbausteinHandler.getByUUID(UserContext uc, Mandant client, String uuid) TextbausteinHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) TextbausteinHandler.getTextbausteinBy(UserContext uc, Mandant client, String name, ETextbausteinKategorie category) Methods in de.xima.fc.handler.entity that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionTextbausteinHandler.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) TextbausteinHandler.getTextbausteine(UserContext uc, Mandant client) TextbausteinHandler.getTextbausteineByKategorie(UserContext uc, Mandant client, ETextbausteinKategorie category) Methods in de.xima.fc.handler.entity with parameters of type TextbausteinModifier and TypeMethodDescriptionTextbausteinHandler.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 TextbausteinModifier and TypeMethodDescriptionITextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Finds atext templateby itsmessage code.ITextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) Finds atext templateby itsmessage code.ITextbausteinHandler.getByMandantAndName(UserContext uc, Mandant mandant, String name) ITextbausteinHandler.getByUUID(UserContext uc, Mandant client, String uuid) ITextbausteinHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) ITextbausteinHandler.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 TextbausteinModifier and TypeMethodDescriptionITextbausteinHandler.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) ITextbausteinHandler.getTextbausteine(UserContext uc, Mandant client) Gets the alltext templatesof aclient.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 TextbausteinModifier and TypeMethodDescriptionITextbausteinHandler.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 TextbausteinModifier and TypeMethodDescriptioncom.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 TextbausteinModifier and TypeMethodDescriptioncom.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 -
Uses of Textbaustein in de.xima.fc.importer.config
Subclasses with type arguments of type Textbaustein in de.xima.fc.importer.configMethods in de.xima.fc.importer.config that return TextbausteinModifier and TypeMethodDescriptionprotected TextbausteinTemplateImportConfig.findPersisted(IEntityContext ec) Methods in de.xima.fc.importer.config that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionprotected IGenericDao<Textbaustein> TemplateImportConfig.getDao()Constructors in de.xima.fc.importer.config with parameters of type TextbausteinModifierConstructorDescriptionTemplateImportConfig(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 -
Uses of Textbaustein in de.xima.fc.importer.stager
Subclasses with type arguments of type Textbaustein in de.xima.fc.importer.stagerConstructors in de.xima.fc.importer.stager with parameters of type TextbausteinModifierConstructorDescriptionTemplateImportStager(IEntityContext ec, Textbaustein entity, Mandant client) Deprecated. -
Uses of Textbaustein in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return Textbaustein -
Uses of Textbaustein in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return TextbausteinModifier and TypeMethodDescriptionIFormRenderContext.getThemeTextbaustein()Deprecated.Form themes can now come from different sources, including plugins.Methods in de.xima.fc.interfaces.form with parameters of type TextbausteinModifier and TypeMethodDescriptionvoidIFormRenderContext.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 TextbausteinModifier and TypeMethodDescriptionIClientCreateData.getAllTemplates(Locale locale) 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 TextbausteinModifier and TypeMethodDescriptionIWorkflowProvider.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 TextbausteinModifier and TypeMethodDescriptiondefault 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 TextbausteinModifier and TypeMethodDescriptionstatic 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 TextbausteinModifier and TypeMethodDescriptionstatic 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 TextbausteinModifier and TypeMethodDescriptionTextbausteinManager.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 TextbausteinModifierConstructorDescriptionWorkflowResponse(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 -
Uses of Textbaustein in de.xima.fc.setup
Methods in de.xima.fc.setup that return TextbausteinModifier and TypeMethodDescriptionDefaultClientCreator.createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client) Methods in de.xima.fc.setup that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionprotected 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) DefaultClientData.getAllTemplates(Locale locale) -
Uses of Textbaustein in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return TextbausteinModifier and TypeMethodDescriptionstatic 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 TextbausteinModifier and TypeMethodDescriptionWorkflowProviderBean.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 TextbausteinMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type TextbausteinModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.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 TextbausteinModifier and TypeMethodDescriptionstatic 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.WorkflowNodePropsFactory.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 WorkflowNodeCreates 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 FcRedirectPropsCreates 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.IHttpRequestNodeBuilder.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 TextbausteinModifier and TypeMethodDescriptionstatic 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 TextbausteinModifier and TypeMethodDescriptionValidationWorkflowProvider.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 TextbausteinModifier and TypeMethodDescriptionstatic ClientTemplateViewClientTemplateView.forTemplate(Textbaustein template)
FormThemeReference.