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 WikiSourceWikiCreationRequest. getWikiSource()static WikiSourceWikiSource. 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 voidWikiCreationRequest. setWikiSource(WikiSource wikiSource)
-