public interface UserFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_ACTIVE |
static String |
PARAMETER_CREATION_DATE |
static String |
PARAMETER_EMAIL |
static String |
PARAMETER_FIRSTNAME |
static String |
PARAMETER_LASTNAME |
static String |
PARAMETER_REVISION_DATE |
Modifier and Type | Method and Description |
---|---|
void |
beginUser(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endUser(String name,
org.xwiki.filter.FilterEventParameters parameters) |
static final String PARAMETER_FIRSTNAME
String
static final String PARAMETER_LASTNAME
String
static final String PARAMETER_EMAIL
String
static final String PARAMETER_CREATION_DATE
Date
static final String PARAMETER_REVISION_DATE
Date
static final String PARAMETER_ACTIVE
Boolean
void beginUser(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 endUser(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 eventCopyright © 2004–2021 XWiki. All rights reserved.