org.exoplatform.chat.portlet.chat
Class WikiService

java.lang.Object
  extended by org.exoplatform.chat.portlet.chat.WikiService

@Named(value="wikiService")
@ApplicationScoped
public class WikiService
extends Object


Constructor Summary
WikiService(org.exoplatform.wiki.service.WikiService wikiService)
           
 
Method Summary
protected  String createIntranetPage(String title, String content)
           
protected  String createSpacePage(String title, String content, String spaceGroupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiService

@Inject
public WikiService(org.exoplatform.wiki.service.WikiService wikiService)
Method Detail

createIntranetPage

protected String createIntranetPage(String title,
                                    String content)

createSpacePage

protected String createSpacePage(String title,
                                 String content,
                                 String spaceGroupId)
Parameters:
title -
content -
spaceGroupId - : format with spaces/space_group_name


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