Interface WikiGroupServiceConfiguration

All Known Subinterfaces:
WikiGroupServiceOverriddenConfiguration

@ProviderType public interface WikiGroupServiceConfiguration
  • Method Details

    • defaultFormat

      String defaultFormat()
      Set the default wiki format.
    • emailFromAddress

      String emailFromAddress()
    • emailFromName

      String emailFromName()
    • emailPageAddedBody

      com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageAddedBody()
    • emailPageAddedEnabled

      boolean emailPageAddedEnabled()
    • emailPageAddedSubject

      com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageAddedSubject()
    • emailPageUpdatedBody

      com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageUpdatedBody()
    • emailPageUpdatedEnabled

      boolean emailPageUpdatedEnabled()
    • emailPageUpdatedSubject

      com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageUpdatedSubject()
    • enableRss

      boolean enableRss()
    • frontPageName

      String frontPageName()
      Set the name of the default page for a wiki node. The name for the default page must be a valid wiki word. A wiki word follows the format of having an upper case letter followed by a series of lower case letters followed by another upper case letter and another series of lower case letters. See http://www.usemod.com/cgi-bin/wiki.pl?WhatIsaWiki for more information on wiki naming conventions.
    • getCreoleEditor

      String getCreoleEditor()
    • getHTMLEditor

      String getHTMLEditor()
    • getMediaWikiEditor

      @Deprecated String getMediaWikiEditor()
      Deprecated.
      As of Mueller (7.2.x), with no direct replacement
    • initialNodeName

      String initialNodeName()
      Set the name of the default node that will be automatically created when the Wiki portlet is first used in a site.
    • pageCommentsEnabled

      boolean pageCommentsEnabled()
    • pageMinorEditAddSocialActivity

      boolean pageMinorEditAddSocialActivity()
      Set this to true to enable social activity notifications on minor edits of a wiki page.
    • pageMinorEditSendEmail

      boolean pageMinorEditSendEmail()
      Set this to true to enable email notifications on minor edits of a wiki page.
    • parsersCreoleSupportedProtocols

      String[] parsersCreoleSupportedProtocols()
      Specify the supported protocols for the Creole parser.
    • enableHighlightCreoleFormat

      boolean enableHighlightCreoleFormat()
      Set this to true to enable the highlighting of links in creole format to unexisting wiki pages.
    • rssAbstractLength

      int rssAbstractLength()
    • rssDelta

      String rssDelta()
    • rssDisplayStyle

      String rssDisplayStyle()
    • rssFeedType

      String rssFeedType()