Package org.xwiki.filter.instance.input
Interface BeanEntityEventGenerator<E,P>
-
- Type Parameters:
E
- the type of the entity (XWikiDocument, BaseObject, BaseClass, etc.)P
- the type of the properties bean
- All Superinterfaces:
EntityEventGenerator<E>
public interface BeanEntityEventGenerator<E,P> extends EntityEventGenerator<E>
- Since:
- 9.0RC1
- Version:
- $Id: 9a3f4262cf7780c129e46775b88bd217854fd19b $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(E entity, Object filter, P properties)
-
Methods inherited from interface org.xwiki.filter.instance.input.EntityEventGenerator
getDescriptor, write
-
-