public interface WikiObjectFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_CLASS_REFERENCE |
static String |
PARAMETER_GUID |
static String |
PARAMETER_NAME |
static String |
PARAMETER_NUMBER |
Modifier and Type | Method and Description |
---|---|
void |
beginWikiObject(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endWikiObject(String name,
org.xwiki.filter.FilterEventParameters parameters) |
static final String PARAMETER_NAME
String
static final String PARAMETER_NUMBER
Integer
static final String PARAMETER_CLASS_REFERENCE
String
static final String PARAMETER_GUID
String
void beginWikiObject(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the objectparameters
- the properties of the objectorg.xwiki.filter.FilterException
- when failing to send eventvoid endWikiObject(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the objectparameters
- the properties of the objectorg.xwiki.filter.FilterException
- when failing to send eventCopyright © 2004–2022 XWiki. All rights reserved.