Uses of Class
org.exoplatform.wiki.mow.core.api.wiki.Template

Packages that use Template
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service Handles all actions in Wiki. 
org.exoplatform.wiki.service.impl Implements services of the Wiki application. 
 

Uses of Template in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return Template
 Template TemplateContainer.addPage(String templateName, Template template)
           
abstract  Template TemplateContainer.createTemplatePage()
           
 Template TemplateContainer.getTemplate(String name)
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return types with arguments of type Template
abstract  Map<String,Template> TemplateContainer.getTemplates()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type Template
 Template TemplateContainer.addPage(String templateName, Template template)
           
 

Method parameters in org.exoplatform.wiki.mow.core.api.wiki with type arguments of type Template
abstract  void TemplateContainer.setTemplates(Map<String,Template> templates)
           
 

Uses of Template in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return Template
 Template WikiService.createTemplatePage(String title, WikiPageParams params)
          Creates a new Wiki template.
 Template WikiService.getTemplatePage(WikiPageParams params, String templateId)
          Gets a Wiki template.
 

Methods in org.exoplatform.wiki.service that return types with arguments of type Template
 Map<String,Template> WikiService.getTemplates(WikiPageParams params)
          Gets a map of wiki templates based on a given params object.
 

Methods in org.exoplatform.wiki.service with parameters of type Template
 void WikiService.modifyTemplate(WikiPageParams params, Template template, String newName, String newDescription, String newContent, String newSyntaxId)
          Modifies an existing wiki template.
 

Uses of Template in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return Template
 Template WikiServiceImpl.createTemplatePage(String title, WikiPageParams params)
           
 Template WikiServiceImpl.getTemplatePage(WikiPageParams params, String templateId)
           
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type Template
 Map<String,Template> WikiServiceImpl.getTemplates(WikiPageParams params)
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type Template
 void WikiServiceImpl.modifyTemplate(WikiPageParams params, Template template, String newTitle, String newDescription, String newContent, String newSyntaxId)
           
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.