Uses of Class
org.xwiki.platform.wiki.creationjob.WikiSource
-
Packages that use WikiSource Package Description org.xwiki.platform.wiki.creationjob -
-
Uses of WikiSource in org.xwiki.platform.wiki.creationjob
Methods in org.xwiki.platform.wiki.creationjob that return WikiSource Modifier and Type Method Description WikiSource
WikiCreationRequest. getWikiSource()
static WikiSource
WikiSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static WikiSource[]
WikiSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.platform.wiki.creationjob with parameters of type WikiSource Modifier and Type Method Description void
WikiCreationRequest. setWikiSource(WikiSource wikiSource)
-