Uses of Class
org.xwiki.wikistream.type.WikiStreamType

Packages that use WikiStreamType
org.xwiki.wikistream   
org.xwiki.wikistream.job   
org.xwiki.wikistream.type   
 

Uses of WikiStreamType in org.xwiki.wikistream
 

Methods in org.xwiki.wikistream that return WikiStreamType
 WikiStreamType WikiStreamFactory.getType()
           
 

Uses of WikiStreamType in org.xwiki.wikistream.job
 

Methods in org.xwiki.wikistream.job that return WikiStreamType
 WikiStreamType WikiStreamConverterJobRequest.getInputType()
           
 WikiStreamType WikiStreamConverterJobRequest.getOutputType()
           
 

Constructors in org.xwiki.wikistream.job with parameters of type WikiStreamType
WikiStreamConverterJobRequest(WikiStreamType inputType, Map<String,Object> inputProperties, WikiStreamType outputType, Map<String,Object> outputProperties)
           
 

Uses of WikiStreamType in org.xwiki.wikistream.type
 

Fields in org.xwiki.wikistream.type declared as WikiStreamType
static WikiStreamType WikiStreamType.CONFLUENCE_XML
          The Confluence XML format.
static WikiStreamType WikiStreamType.WIKI_XML
          Generic WIKI XML Syntax.
static WikiStreamType WikiStreamType.XWIKI_INSTANCE
          The database stream based on oldcore APIs.
static WikiStreamType WikiStreamType.XWIKI_XAR_11
          The XAR format.
 

Methods in org.xwiki.wikistream.type that return WikiStreamType
static WikiStreamType WikiStreamType.unserialize(String str)
          Create a new WikiStreamType from a String.
 

Methods in org.xwiki.wikistream.type with parameters of type WikiStreamType
 int WikiStreamType.compareTo(WikiStreamType o)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.