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
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 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) 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 aTextbausteinby 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 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) 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 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()ProjectDOIData.getOptInSuccessTemplate()ProjectDOIData.getReceivedSuccessTemplate()Methods in de.xima.fc.entities with parameters of type TextbausteinModifier and TypeMethodDescriptionvoidProjectIdentityCheckData.setFailureTemplate(Textbaustein failureTemplate) voidProjectDOIData.setOptInErrorTemplate(Textbaustein optInErrorTemplate) voidProjectDOIData.setOptInSuccessTemplate(Textbaustein optInSuccessTemplate) voidProjectDOIData.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 TypeMethodDescriptionvoidFormRenderContext.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 TypeMethodDescriptionvoidProjectDOIBean.setOptInErrorTemplate(Textbaustein optInErrorTemplate) voidProjectDOIBean.setOptInSuccessTemplate(Textbaustein optInSuccessTemplate) voidProjectDOIBean.setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate) voidProjectShareBean.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 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 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 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.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.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
Methods 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
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 TypeMethodDescriptionvoidIFormRenderContext.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 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)
DaoActionHookHelper.getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IEntity)