Uses of Interface
com.flowable.template.api.repository.TemplateModel
Packages that use TemplateModel
Package
Description
-
Uses of TemplateModel in com.flowable.template.api.processor
Methods in com.flowable.template.api.processor with parameters of type TemplateModelModifier and TypeMethodDescriptionbooleanTemplateProcessor.canRender(TemplateModel template, TemplateVariationModel templateVariation) Before a template is rendered, the service will call this method to check, whether this processor is able to handle the given template. -
Uses of TemplateModel in com.flowable.template.api.repository
Classes in com.flowable.template.api.repository that implement TemplateModelMethods in com.flowable.template.api.repository that return TemplateModelModifier and TypeMethodDescriptionTemplateResourceConverter.convertTemplateResourceToModel(byte[] templateResourceBytes) TemplateResourceConverter.convertTemplateResourceToModel(InputStream templateResourceStream) TemplateRepositoryService.getLatestTemplateDefinitionModelByKey(String templateDefinitionKey) Returns theTemplateModelincluding all template model info.TemplateRepositoryService.getLatestTemplateDefinitionModelByKeyAndTenantId(String templateDefinitionKey, String tenantId) Returns theTemplateModelincluding all template model info.TemplateRepositoryService.getTemplateDefinitionModel(String templateDefinitionId) Returns theTemplateModelincluding all template model info.TemplateHolder.getTemplateModel()Returns the template definition model which might contain further information to just the persisted template definition.Methods in com.flowable.template.api.repository with parameters of type TemplateModelModifier and TypeMethodDescriptionTemplateDeploymentBuilder.addTemplateModel(String resourceName, TemplateModel templateModel) TemplateResourceConverter.convertTemplateModelToJson(TemplateModel templateModel) -
Uses of TemplateModel in com.flowable.template.engine.impl.cmd
Methods in com.flowable.template.engine.impl.cmd that return TemplateModelModifier and TypeMethodDescriptionGetTemplateModelByIdCmd.execute(CommandContext commandContext) GetTemplateModelByKeyCmd.execute(CommandContext commandContext) Methods in com.flowable.template.engine.impl.cmd with parameters of type TemplateModelModifier and TypeMethodDescriptionprotected StringProcessTemplateCmd.composeVariationKey(TemplateModel templateModel, Map<String, Object> variant) Creates the variation key which is a combination of all variant values or 'none' for none-existing ones to compose a single and unique variation key.protected StringProcessTemplateCmd.composeVariationKey(TemplateModel templateModel, Map<String, Object> variant, boolean forceDefault) Creates the variation key which is a combination of all variant values or 'none' for none-existing ones to compose a single and unique variation key.protected TemplateVariationDefinitionProcessTemplateCmd.getTemplateVariationDefinition(TemplateEngineConfiguration templateEngineConfiguration, TemplateModel templateModel, String tenantIdToUse) -
Uses of TemplateModel in com.flowable.template.engine.impl.deployer
Methods in com.flowable.template.engine.impl.deployer that return TemplateModelModifier and TypeMethodDescriptionTemplateResourceConverterImpl.convertTemplateResourceToModel(byte[] templateResourceBytes) TemplateResourceConverterImpl.convertTemplateResourceToModel(InputStream templateResourceStream) Methods in com.flowable.template.engine.impl.deployer with parameters of type TemplateModelModifier and TypeMethodDescriptionTemplateResourceConverterImpl.convertTemplateModelToJson(TemplateModel templateModel) protected TemplateDefinitionEntityTemplateDefinitionDeployer.getMostRecentVersionOfTemplateDefinition(TemplateModel templateModel, String tenantId) protected voidTemplateDefinitionDeployer.updateCachingAndArtifacts(TemplateDefinitionEntity templateDefinition, TemplateModel templateResourceModel, TemplateDeploymentEntity deployment) -
Uses of TemplateModel in com.flowable.template.engine.impl.persistence.deploy
Fields in com.flowable.template.engine.impl.persistence.deploy declared as TemplateModelModifier and TypeFieldDescriptionprotected TemplateModelTemplateDefinitionCacheEntry.templateModelMethods in com.flowable.template.engine.impl.persistence.deploy that return TemplateModelMethods in com.flowable.template.engine.impl.persistence.deploy with parameters of type TemplateModelModifier and TypeMethodDescriptionvoidTemplateDefinitionCacheEntry.setTemplateModel(TemplateModel templateModel) Constructors in com.flowable.template.engine.impl.persistence.deploy with parameters of type TemplateModelModifierConstructorDescriptionTemplateDefinitionCacheEntry(TemplateDefinitionEntity templateDefinitionEntity, TemplateModel templateModel) -
Uses of TemplateModel in com.flowable.template.engine.impl.processor
Methods in com.flowable.template.engine.impl.processor with parameters of type TemplateModelModifier and TypeMethodDescriptionbooleanDocumentTemplateProcessor.canRender(TemplateModel templateModel, TemplateVariationModel templateVariation) booleanFreeMarkerTemplateProcessor.canRender(TemplateModel templateModel, TemplateVariationModel templateVariation) -
Uses of TemplateModel in com.flowable.template.engine.impl.repository
Fields in com.flowable.template.engine.impl.repository declared as TemplateModelMethods in com.flowable.template.engine.impl.repository that return TemplateModelModifier and TypeMethodDescriptionTemplateRepositoryServiceImpl.getLatestTemplateDefinitionModelByKey(String templateDefinitionKey) TemplateRepositoryServiceImpl.getLatestTemplateDefinitionModelByKeyAndTenantId(String templateDefinitionKey, String tenantId) TemplateRepositoryServiceImpl.getTemplateDefinitionModel(String templateDefinitionId) TemplateHolderImpl.getTemplateModel()Methods in com.flowable.template.engine.impl.repository with parameters of type TemplateModelModifier and TypeMethodDescriptionTemplateDeploymentBuilderImpl.addTemplateModel(String resourceName, TemplateModel templateModel) Constructors in com.flowable.template.engine.impl.repository with parameters of type TemplateModelModifierConstructorDescriptionTemplateHolderImpl(TemplateVariationDefinition templateVariationDefinition, TemplateModel templateModel, TemplateVariationModel templateVariationModel)