Package org.xwiki.filter.event.model
Interface WikiSpaceFilter
-
public interface WikiSpaceFilter
Space related events.- Since:
- 6.2M1
- Version:
- $Id: bbb862ac9f81917d60707f8ae31f5d4f96ff9fcc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginWikiSpace(String name, org.xwiki.filter.FilterEventParameters parameters)
void
endWikiSpace(String name, org.xwiki.filter.FilterEventParameters parameters)
-
-
-
Method Detail
-
beginWikiSpace
void beginWikiSpace(String name, @Default("") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
- Parameters:
name
- the space nameparameters
- the properties of the space- Throws:
org.xwiki.filter.FilterException
- when failing to send event
-
endWikiSpace
void endWikiSpace(String name, @Default("") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
- Parameters:
name
- the space nameparameters
- the properties of the space- Throws:
org.xwiki.filter.FilterException
- when failing to send event
-
-