Uses of Interface
org.alfresco.service.cmr.repository.TemplateService
-
Packages that use TemplateService Package Description org.alfresco.repo.action.executer org.alfresco.repo.action.scheduled org.alfresco.repo.invitation The implementation of the Invitation Service.org.alfresco.repo.processor org.alfresco.repo.rendition.executer org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of TemplateService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type TemplateService Modifier and Type Method Description voidMailActionExecuter. setTemplateService(TemplateService templateService) -
Uses of TemplateService in org.alfresco.repo.action.scheduled
Fields in org.alfresco.repo.action.scheduled declared as TemplateService Modifier and Type Field Description TemplateServiceAbstractTemplateActionDefinition. templateServiceThe template serviceMethods in org.alfresco.repo.action.scheduled that return TemplateService Modifier and Type Method Description TemplateServiceAbstractTemplateActionDefinition. getTemplateService()Get the template service.TemplateServiceCronScheduledQueryBasedTemplateActionDefinition. getTemplateService()Get the template service.Methods in org.alfresco.repo.action.scheduled with parameters of type TemplateService Modifier and Type Method Description voidAbstractTemplateActionDefinition. setTemplateService(TemplateService templateService)Set the template service - IOC.voidCronScheduledQueryBasedTemplateActionDefinition. setTemplateService(TemplateService templateService)Set the template service. -
Uses of TemplateService in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation with parameters of type TemplateService Modifier and Type Method Description voidInvitationServiceImpl. setTemplateService(TemplateService templateService) -
Uses of TemplateService in org.alfresco.repo.processor
Classes in org.alfresco.repo.processor that implement TemplateService Modifier and Type Class Description classTemplateServiceImplImplementation of the TemplateService using Spring configured script engines.Fields in org.alfresco.repo.processor declared as TemplateService Modifier and Type Field Description protected TemplateServiceBaseProcessor. templateServiceThe template serviceMethods in org.alfresco.repo.processor with parameters of type TemplateService Modifier and Type Method Description voidBaseProcessor. setTemplateService(TemplateService templateService)Sets the template service -
Uses of TemplateService in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return TemplateService Modifier and Type Method Description TemplateServiceBaseTemplateRenderingEngine. getTemplateService()Deprecated.Methods in org.alfresco.repo.rendition.executer with parameters of type TemplateService Modifier and Type Method Description voidBaseTemplateRenderingEngine. setTemplateService(TemplateService templateService)Deprecated. -
Uses of TemplateService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return TemplateService Modifier and Type Method Description TemplateServiceServiceDescriptorRegistry. getTemplateService() -
Uses of TemplateService in org.alfresco.service
Methods in org.alfresco.service that return TemplateService Modifier and Type Method Description TemplateServiceServiceRegistry. getTemplateService()
-