public interface GroupFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_CREATION_DATE |
static String |
PARAMETER_REVISION_DATE |
Modifier and Type | Method and Description |
---|---|
void |
beginGroup(String name,
org.xwiki.filter.FilterEventParameters parameters)
Deprecated.
since 7.4.5, 8.2.2, 8.3M1 because it's conflicting with Rendering Listener events, use
beginGroupContainer(String, FilterEventParameters) instead |
default void |
beginGroupContainer(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endGroup(String name,
org.xwiki.filter.FilterEventParameters parameters)
Deprecated.
since 7.4.5, 8.2.2, 8.3M1 because it's conflicting with Rendering Listener events, use
beginGroupContainer(String, FilterEventParameters) instead |
default void |
endGroupContainer(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
onGroupMemberGroup(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
onGroupMemberUser(String name,
org.xwiki.filter.FilterEventParameters parameters) |
static final String PARAMETER_CREATION_DATE
Date
static final String PARAMETER_REVISION_DATE
Date
default void beginGroupContainer(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the groupparameters
- the parameters of the grouporg.xwiki.filter.FilterException
- when failing to send eventdefault void endGroupContainer(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the groupparameters
- the parameters of the grouporg.xwiki.filter.FilterException
- when failing to send eventvoid onGroupMemberUser(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the userparameters
- the parameters of the userorg.xwiki.filter.FilterException
- when failing to send eventvoid onGroupMemberGroup(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the groupparameters
- the parameters of the grouporg.xwiki.filter.FilterException
- when failing to send event@Name(value="groupContainer") @Deprecated void beginGroup(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
beginGroupContainer(String, FilterEventParameters)
insteadname
- the name of the groupparameters
- the parameters of the grouporg.xwiki.filter.FilterException
- when failing to send event@Name(value="groupContainer") @Deprecated void endGroup(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
beginGroupContainer(String, FilterEventParameters)
insteadname
- the name of the groupparameters
- the parameters of the grouporg.xwiki.filter.FilterException
- when failing to send eventCopyright © 2004–2021 XWiki. All rights reserved.