org.xwiki.wikistream
Interface WikiStream
- All Known Subinterfaces:
- BeanInputWikiStreamFactory<P>, BeanOutputWikiStreamFactory<P>, InputWikiStreamFactory, OutputWikiStreamFactory
@Unstable
public interface 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.
- Since:
- 5.2M2
- Version:
- $Id: 23cf94d5d6147a6d98f7b73340c722c4fe613dc5 $
getType
WikiStreamType getType()
- Returns:
- The
WikiStreamType, which identifies a wiki stream input and output components using a role hint.
getDescriptor
WikiStreamDescriptor getDescriptor()
- Returns:
- The WikiStreamDescriptor describes a WikiStream and has the list of bean class parameters or properties.
Copyright © 2004-2013 XWiki. All Rights Reserved.