Uses of Class
org.xwiki.wiki.properties.WikiPropertyGroup

Packages that use WikiPropertyGroup
org.xwiki.wiki.descriptor   
org.xwiki.wiki.properties   
 

Uses of WikiPropertyGroup in org.xwiki.wiki.descriptor
 

Methods in org.xwiki.wiki.descriptor that return WikiPropertyGroup
 WikiPropertyGroup WikiDescriptor.getPropertyGroup(String propertyGroupId)
           
 

Methods in org.xwiki.wiki.descriptor with parameters of type WikiPropertyGroup
 void WikiDescriptor.addPropertyGroup(WikiPropertyGroup group)
          Add a property group to the wiki.
 

Uses of WikiPropertyGroup in org.xwiki.wiki.properties
 

Methods in org.xwiki.wiki.properties that return WikiPropertyGroup
 WikiPropertyGroup WikiPropertyGroupProvider.get(String wikiId)
          Get the WikiDescriptor Property Group corresponding to a wiki.
 

Methods in org.xwiki.wiki.properties with parameters of type WikiPropertyGroup
 void WikiPropertyGroupProvider.save(WikiPropertyGroup group, String wikiId)
          Save the WikiDescriptor Property Group corresponding to a wiki in the persistent storage.
 



Copyright © 2004–2014 XWiki. All rights reserved.