public interface WikiObjectPropertyFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_TYPE |
Modifier and Type | Method and Description |
---|---|
void |
onWikiObjectProperty(String name,
Object value,
org.xwiki.filter.FilterEventParameters parameters) |
static final String PARAMETER_TYPE
String
void onWikiObjectProperty(String name, Object value, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the propertyvalue
- the value of the propertyparameters
- the properties of the propertyorg.xwiki.filter.FilterException
- when failing to send eventCopyright © 2004–2022 XWiki. All rights reserved.