A B C D E F G H I J M N O P R S T U W X

A

AbstractWikiStreamDescriptor - Class in org.xwiki.wikistream.descriptor
 
AbstractWikiStreamDescriptor(String, String) - Constructor for class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 

B

BeanInputWikiStreamFactory<P> - Interface in org.xwiki.wikistream.input
 
BeanOutputWikiStreamFactory<P> - Interface in org.xwiki.wikistream.output
 

C

compareTo(WikiStreamType) - Method in class org.xwiki.wikistream.type.WikiStreamType
 
CompositeWikiStreamDescriptor - Class in org.xwiki.wikistream.descriptor
 
CompositeWikiStreamDescriptor(String, String, WikiStreamDescriptor...) - Constructor for class org.xwiki.wikistream.descriptor.CompositeWikiStreamDescriptor
 
CONFLUENCE - Static variable in class org.xwiki.wikistream.type.WikiType
Confluence wiki type.
CONFLUENCE_XML - Static variable in class org.xwiki.wikistream.type.WikiStreamType
The Confluence XML format.
createInputWikiStream(P) - Method in interface org.xwiki.wikistream.input.BeanInputWikiStreamFactory
 
createInputWikiStream(Map<String, Object>) - Method in interface org.xwiki.wikistream.input.InputWikiStreamFactory
 
createOutputWikiStream(P) - Method in interface org.xwiki.wikistream.output.BeanOutputWikiStreamFactory
 
createOutputWikiStream(Map<String, Object>) - Method in interface org.xwiki.wikistream.output.OutputWikiStreamFactory
 

D

DATA_XML - Static variable in class org.xwiki.wikistream.type.WikiStreamType
Data format identifier for XML.
DefaultWikiStreamBeanDescriptor - Class in org.xwiki.wikistream.descriptor
 
DefaultWikiStreamBeanDescriptor(String, String, BeanDescriptor) - Constructor for class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanDescriptor
 
DefaultWikiStreamBeanParameterDescriptor<T> - Class in org.xwiki.wikistream.descriptor
The default implementation of WikiStreamPropertyDescriptor.
DefaultWikiStreamBeanParameterDescriptor(PropertyDescriptor) - Constructor for class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
DefaultWikiStreamProperties - Class in org.xwiki.wikistream
Properties common to most streams.
DefaultWikiStreamProperties() - Constructor for class org.xwiki.wikistream.DefaultWikiStreamProperties
 
description - Variable in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
The description of the macro.

E

equals(Object) - Method in class org.xwiki.wikistream.type.WikiStreamType
 
equals(Object) - Method in class org.xwiki.wikistream.type.WikiType
 
extractParameters() - Method in class org.xwiki.wikistream.descriptor.CompositeWikiStreamDescriptor
 
extractParameters() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanDescriptor
 

F

FileInputSource - Interface in org.xwiki.wikistream.input
 
FileOutputTarget - Interface in org.xwiki.wikistream.output
 

G

getBeanClass() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanDescriptor
 
getBeanClass() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamBeanDescriptor
 
getDataFormat() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
getDefaultValue() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
getDefaultValue() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
getDescription() - Method in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 
getDescription() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
getDescription() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamDescriptor
 
getDescription() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
getDescriptor() - Method in interface org.xwiki.wikistream.WikiStreamFactory
 
getFile() - Method in interface org.xwiki.wikistream.input.FileInputSource
 
getFile() - Method in interface org.xwiki.wikistream.output.FileOutputTarget
 
getFilter() - Method in interface org.xwiki.wikistream.output.OutputWikiStream
 
getFilterInterfaces() - Method in interface org.xwiki.wikistream.WikiStreamFactory
 
getId() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
getId() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
getId() - Method in class org.xwiki.wikistream.type.WikiType
 
getInputProperties() - Method in class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
getInputStream() - Method in interface org.xwiki.wikistream.input.InputStreamInputSource
 
getInputType() - Method in class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
getName() - Method in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 
getName() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
getName() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamDescriptor
 
getName() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
getOutputProperties() - Method in class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
getOutputStream() - Method in interface org.xwiki.wikistream.output.OutputStreamOutputTarget
 
getOutputType() - Method in class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
getProperties() - Method in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 
getProperties() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamDescriptor
 
getPropertyDescriptor(String) - Method in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 
getPropertyDescriptor(String) - Method in interface org.xwiki.wikistream.descriptor.WikiStreamDescriptor
Return descriptor for the provided property name.
getReader() - Method in interface org.xwiki.wikistream.input.ReaderInputSource
 
getType() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
getType() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
getType() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
getType() - Method in interface org.xwiki.wikistream.WikiStreamFactory
 
getURL() - Method in interface org.xwiki.wikistream.input.URLInputSource
 
getVersion() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
getWriter() - Method in interface org.xwiki.wikistream.output.WriterOutputTarget
 

H

hashCode() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
hashCode() - Method in class org.xwiki.wikistream.type.WikiType
 

I

InputSource - Interface in org.xwiki.wikistream.input
Represent a source of data used by a wiki stream input stream.
InputStreamInputSource - Interface in org.xwiki.wikistream.input
 
InputWikiStream - Interface in org.xwiki.wikistream.input
 
InputWikiStreamFactory - Interface in org.xwiki.wikistream.input
 
isMandatory() - Method in class org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor
 
isMandatory() - Method in interface org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor
 
isVerbose() - Method in class org.xwiki.wikistream.DefaultWikiStreamProperties
 
isVerbose() - Method in interface org.xwiki.wikistream.WikiStreamProperties
 

J

JOBID_PREFIX - Static variable in interface org.xwiki.wikistream.job.WikiStreamJobRequest
The prefix used for all WikiStream jobs identifiers.

M

MEDIAWIKI - Static variable in class org.xwiki.wikistream.type.WikiType
Mediawiki wiki type.

N

name - Variable in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
 

O

org.xwiki.wikistream - package org.xwiki.wikistream
 
org.xwiki.wikistream.descriptor - package org.xwiki.wikistream.descriptor
 
org.xwiki.wikistream.input - package org.xwiki.wikistream.input
 
org.xwiki.wikistream.job - package org.xwiki.wikistream.job
 
org.xwiki.wikistream.output - package org.xwiki.wikistream.output
 
org.xwiki.wikistream.type - package org.xwiki.wikistream.type
 
org.xwiki.wikistream.utils - package org.xwiki.wikistream.utils
 
OutputStreamOutputTarget - Interface in org.xwiki.wikistream.output
 
OutputTarget - Interface in org.xwiki.wikistream.output
Represent a target were to store data generated by a wiki stream output stream.
OutputWikiStream - Interface in org.xwiki.wikistream.output
 
OutputWikiStreamFactory - Interface in org.xwiki.wikistream.output
 

P

parameterDescriptorMap - Variable in class org.xwiki.wikistream.descriptor.AbstractWikiStreamDescriptor
A map containing the WikiStreamPropertyDescriptor for each parameters supported for this wiki stream.
PROPERTY_ENCODING - Static variable in interface org.xwiki.wikistream.utils.WikiStreamConstants
The standard name of the output stream property containing the encoding to use to convert to/from byte array and String.
PROPERTY_FORMAT - Static variable in interface org.xwiki.wikistream.utils.WikiStreamConstants
The standard name of the output stream property indicating if the output should be formatted (for example in a XML syntax indent and organize elements in a human friendly way).
PROPERTY_SOURCE - Static variable in interface org.xwiki.wikistream.utils.WikiStreamConstants
The standard name of the input stream property containing the InputSource to read.
PROPERTY_TARGET - Static variable in interface org.xwiki.wikistream.utils.WikiStreamConstants
The standard name of the output stream property containing the OutputTarget to write to.

R

read(Object) - Method in interface org.xwiki.wikistream.input.InputWikiStream
 
ReaderInputSource - Interface in org.xwiki.wikistream.input
 
restartSupported() - Method in interface org.xwiki.wikistream.input.InputSource
 
restartSupported() - Method in interface org.xwiki.wikistream.output.OutputTarget
 

S

serialize() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
serialize() - Method in class org.xwiki.wikistream.type.WikiType
 
setVerbose(boolean) - Method in class org.xwiki.wikistream.DefaultWikiStreamProperties
 
setVerbose(boolean) - Method in interface org.xwiki.wikistream.WikiStreamProperties
 

T

toString() - Method in class org.xwiki.wikistream.type.WikiStreamType
 
toString() - Method in class org.xwiki.wikistream.type.WikiType
 

U

unserialize(String) - Static method in class org.xwiki.wikistream.type.WikiStreamType
Create a new WikiStreamType from a String.
unserialize(String) - Static method in class org.xwiki.wikistream.type.WikiType
Create a new WikiType from a String.
URLInputSource - Interface in org.xwiki.wikistream.input
 

W

WIKI - Static variable in class org.xwiki.wikistream.type.WikiType
Generic WIKI.
WIKI_XML - Static variable in class org.xwiki.wikistream.type.WikiStreamType
Generic WIKI XML Syntax.
WikiStreamBeanDescriptor - Interface in org.xwiki.wikistream.descriptor
 
WikiStreamConstants - Interface in org.xwiki.wikistream.utils
 
WikiStreamConverterJobRequest - Class in org.xwiki.wikistream.job
The request used to configure "wikistream.converter" job.
WikiStreamConverterJobRequest(WikiStreamType, Map<String, Object>, WikiStreamType, Map<String, Object>) - Constructor for class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
WikiStreamConverterJobRequest(Request) - Constructor for class org.xwiki.wikistream.job.WikiStreamConverterJobRequest
 
WikiStreamDescriptor - Interface in org.xwiki.wikistream.descriptor
Describes a wiki stream.
WikiStreamException - Exception in org.xwiki.wikistream
Encapsulates WikiStream errors.
WikiStreamException(String) - Constructor for exception org.xwiki.wikistream.WikiStreamException
 
WikiStreamException(Throwable) - Constructor for exception org.xwiki.wikistream.WikiStreamException
 
WikiStreamException(String, Throwable) - Constructor for exception org.xwiki.wikistream.WikiStreamException
 
WikiStreamFactory - Interface in org.xwiki.wikistream
WikiStream class should be inherited by all the stream based classes to implement the type and descriptor which describes a wiki stream with list of bean class parameters.
WikiStreamJobRequest - Interface in org.xwiki.wikistream.job
WikiStream job request.
WikiStreamProperties - Interface in org.xwiki.wikistream
Properties common to most streams.
WikiStreamPropertyDescriptor<T> - Interface in org.xwiki.wikistream.descriptor
Defines a wiki stream property.
WikiStreamType - Class in org.xwiki.wikistream.type
Combination of supported wikis and their export types.
WikiStreamType(WikiType, String) - Constructor for class org.xwiki.wikistream.type.WikiStreamType
 
WikiStreamType(WikiType, String, String) - Constructor for class org.xwiki.wikistream.type.WikiStreamType
 
WikiStreamTypeException - Exception in org.xwiki.wikistream.type
Encapsulates WikiType and WikiStream type based errors.
WikiStreamTypeException(String) - Constructor for exception org.xwiki.wikistream.type.WikiStreamTypeException
 
WikiStreamTypeException(Throwable) - Constructor for exception org.xwiki.wikistream.type.WikiStreamTypeException
 
WikiStreamTypeException(String, Throwable) - Constructor for exception org.xwiki.wikistream.type.WikiStreamTypeException
 
WikiType - Class in org.xwiki.wikistream.type
Represents various Wikis supported by Wiki Importer.
WikiType(String) - Constructor for class org.xwiki.wikistream.type.WikiType
 
WriterOutputTarget - Interface in org.xwiki.wikistream.output
 

X

XWIKI - Static variable in class org.xwiki.wikistream.type.WikiType
XWiki wiki type.
XWIKI_INSTANCE - Static variable in class org.xwiki.wikistream.type.WikiStreamType
The database stream based on oldcore APIs.
XWIKI_XAR_11 - Static variable in class org.xwiki.wikistream.type.WikiStreamType
The XAR format.

A B C D E F G H I J M N O P R S T U W X

Copyright © 2004–2014 XWiki. All rights reserved.