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.JSONObject
GenericDataCache.getCachedI18nValues
(UserContext uc, Textbaustein template) -
Uses of Textbaustein in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return TextbausteinModifier and TypeMethodDescriptionTextbausteinAPI.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 anTextbaustein
by an UUID asString
and the clientTextbausteinAPI.getByUUID
(UserContext uc, Mandant client, UUID uuid) Method for determining anTextbaustein
by an UUID and the clientTextbausteinAPI.getFD2Theme
(UserContext uc, Mandant mandant, String theme) Method for reading a CSS template of a client by his name.TextbausteinAPI.getTextbausteinBy
(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie category) Method for determining aTextbaustein
by his name and category.Methods in de.xima.fc.api.entity that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionTextbausteinAPI.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 allTextbaustein
of 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.JSONObject
GenericCacheAPI.getI18nValues
(UserContext uc, Textbaustein tmpl) com.alibaba.fastjson.JSONObject
GenericCacheAPI.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) Deprecated. -
Uses of Textbaustein in de.xima.fc.dao.impl
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 m, String msgCode) 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 m, ETextbausteinMsgCode msgCode) 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
Methods in de.xima.fc.dao.interfaces that return TextbausteinModifier and TypeMethodDescriptionITextbausteinDao.getByKatAndName
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) ITextbausteinDao.getByMsgCode
(IEntityContext ec, Mandant m, String msgCode) ITextbausteinDao.getByName
(IEntityContext ec, Mandant mandant, 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 m, ETextbausteinMsgCode msgCode) Methods in de.xima.fc.dao.interfaces that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionITextbausteinDao.getAll
(IEntityContext ec, Mandant m) ITextbausteinDao.getAllByKat
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) 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 anotherTextbaustein
in 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()
ProjectDOIData.getOptInSuccessTemplate()
ProjectDOIData.getReceivedSuccessTemplate()
Methods in de.xima.fc.entities with parameters of type TextbausteinModifier and TypeMethodDescriptionvoid
ProjectIdentityCheckData.setFailureTemplate
(Textbaustein failureTemplate) void
ProjectDOIData.setOptInErrorTemplate
(Textbaustein optInErrorTemplate) void
ProjectDOIData.setOptInSuccessTemplate
(Textbaustein optInSuccessTemplate) void
ProjectDOIData.setReceivedSuccessTemplate
(Textbaustein receivedSuccessTemplate) -
Uses of Textbaustein in de.xima.fc.exporter.entity
Constructors in de.xima.fc.exporter.entity with parameters of type TextbausteinModifierConstructorDescriptionTemplateExporter
(IEntityContext ec, Textbaustein entity) TemplateExporter
(IEntityContext ec, Textbaustein... entities) Deprecated. -
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 TextbausteinMethods in de.xima.fc.form.render with parameters of type TextbausteinModifier and TypeMethodDescriptionvoid
FormRenderContext.setThemeTextbaustein
(Textbaustein themeTextbaustein) -
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()
ProjectShareBean.getRpTheme()
Methods in de.xima.fc.gui.bean.project that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionProjectAccessBean.getAvailableHtmlTemplates()
ProjectShareBean.getAvailableThemes()
ProjectDOIBean.getTbList()
Methods in de.xima.fc.gui.bean.project with parameters of type TextbausteinModifier and TypeMethodDescriptionvoid
ProjectDOIBean.setOptInErrorTemplate
(Textbaustein optInErrorTemplate) void
ProjectDOIBean.setOptInSuccessTemplate
(Textbaustein optInSuccessTemplate) void
ProjectDOIBean.setReceivedSuccessTemplate
(Textbaustein receivedSuccessTemplate) void
ProjectShareBean.setRpTheme
(Textbaustein rpTheme) -
Uses of Textbaustein in de.xima.fc.gui.bean.templates
Methods 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.getModel()
Methods in de.xima.fc.gui.bean.templates with parameters of type TextbausteinModifier and TypeMethodDescriptionTemplatesBean.EntityListModelImpl.deleteEntity
(Textbaustein entity) Deletes the givenTextbaustein
if it is not being used by project actionsvoid
TemplatesBean.EntityListModelImpl.setSelected
(Textbaustein selected) Method parameters in de.xima.fc.gui.bean.templates with type arguments of type TextbausteinModifier and TypeMethodDescriptionvoid
TemplatesBean.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 Textbaustein -
Uses of Textbaustein in de.xima.fc.gui.event.entity
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 StringDataSheet
StringDataSheetUtils.getDataSheetFromTemplate
(Textbaustein template, Locale clientLocale, String technicalNameKeyColumn, String displayNameKeyColumn, String technicalNameDefaultColumn) Create aStringDataSheet
object and returns it. -
Uses of Textbaustein in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return TextbausteinModifier and TypeMethodDescriptionTextbausteinHandler.getByMandantAndName
(UserContext uc, Mandant mandant, String name) TextbausteinHandler.getByUUID
(UserContext uc, Mandant client, String uuid) TextbausteinHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) TextbausteinHandler.getTextbausteinBy
(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie kategorie) Gets the textbaustein by.Methods in de.xima.fc.handler.entity that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionTextbausteinHandler.getTextbausteine
(UserContext uc, Mandant mandant) Gets the textbausteine.TextbausteinHandler.getTextbausteineByKategorie
(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie) Gets the textbausteine vom uebergebenen Typ.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.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 mandant, String name, ETextbausteinKategorie kategorie) Gets the textbaustein by.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type TextbausteinModifier and TypeMethodDescriptionITextbausteinHandler.getTextbausteine
(UserContext uc, Mandant mandant) Gets the textbausteine.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.JSONObject
IGenericCacheHandler.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.JSONObject
GenericCacheHandler.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
Methods in de.xima.fc.importer.config that return TextbausteinModifier and TypeMethodDescriptionprotected Textbaustein
TemplateImportConfig.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
Constructors 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.interfaces.form
Methods in de.xima.fc.interfaces.form that return TextbausteinMethods in de.xima.fc.interfaces.form with parameters of type TextbausteinModifier and TypeMethodDescriptionvoid
IFormRenderContext.setThemeTextbaustein
(Textbaustein themeTextbaustein) -
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 IServletResponse
IWorkflowHttpHandler.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 Textbaustein
TextbausteinManager.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static Textbaustein
TextbausteinManager.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, String msgCode) static Textbaustein
TextbausteinManager.getTextbausteinByName
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static Textbaustein
TextbausteinManager.getTextbausteinByName
(IEntityContext ec, Mandant mandant, String name) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static Textbaustein
TextbausteinManager.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 Textbaustein
EntityDummyFactory.dummyTemplate
(String name, String textValue, ETextbausteinKategorie cat, Mandant client) static Textbaustein
EntityDummyFactory.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 TypeMethodDescriptionvoid
WorkflowRequestContextModel.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 WorkflowNode
WorkflowNodeFactory.doiInit
(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInit
(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory.doiInitHtml
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInitHtml
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory.doiInitPlain
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInitPlain
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory.exportToXml
(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static FcExportToXmlProps
WorkflowNodePropsFactory.exportToXml
(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static WorkflowNode
WorkflowNodeFactory.importFormValueFromXml
(SingleFile xmlDocument, Map<String, String> xPathMapping, Textbaustein xslTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that 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_XML
that changes the value of form elements based on the data of an XML document.static WorkflowNode
WorkflowNodeFactory.redirect
(Textbaustein url) Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static WorkflowNode
Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static FcRedirectProps
WorkflowNodePropsFactory.redirect
(Textbaustein url) Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static FcRedirectProps
Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static WorkflowNode
WorkflowNodeFactory.showTemplate
(Textbaustein htmlTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_SHOW_TEMPLATE
that responds to an HTTP request with the given text template.static FcShowTemplateProps
WorkflowNodePropsFactory.showTemplate
(Textbaustein htmlTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_SHOW_TEMPLATE
that 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 ClientTemplateView
ClientTemplateView.forTemplate
(Textbaustein template)
DaoActionHookHelper.getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IEntity)