org.xwiki.wikistream.model.filter
Interface WikiObjectPropertyFilter


@Unstable
public interface WikiObjectPropertyFilter

Object property related events.

Since:
5.2M2
Version:
$Id: f9e0e9d97bea4b9482c155454c5fa6b05bb29813 $

Method Summary
 void onWikiObjectProperty(String name, Object value, org.xwiki.filter.FilterEventParameters parameters)
           
 

Method Detail

onWikiObjectProperty

void onWikiObjectProperty(@Name(value="name")
                          String name,
                          @Name(value="value")
                          Object value,
                          @Default(value="")@Name(value="parameters")
                          org.xwiki.filter.FilterEventParameters parameters)
                          throws WikiStreamException
Parameters:
name - the name of the property
value - the value of the property
parameters - the properties of the property
Throws:
WikiStreamException - when failing to send event
Since:
5.4M1


Copyright © 2004–2014 XWiki. All rights reserved.