org.xwiki.wikistream.instance.input
Interface EntityEventGenerator<E>

Type Parameters:
E -
P -
All Known Implementing Classes:
AbstractEntityEventGenerator

@Unstable
@Role
public interface EntityEventGenerator<E>

Since:
5.2M2
Version:
$Id: 9cd97f778bb0c2a221e6ce2608fa3e71377cd996 $

Method Summary
 WikiStreamDescriptor getDescriptor()
           
 void write(E entity, Object filter, Map<String,Object> properties)
           
 

Method Detail

write

void write(E entity,
           Object filter,
           Map<String,Object> properties)
           throws WikiStreamException
Throws:
WikiStreamException

getDescriptor

WikiStreamDescriptor getDescriptor()
Returns:
The WikiStreamDescriptor describes a WikiStream and has the list of bean class parameters or properties.


Copyright © 2004–2014 XWiki. All rights reserved.