public static enum RecordableEventDescriptor.EventFilter extends Enum<RecordableEventDescriptor.EventFilter>
Enum Constant and Description |
---|
CUSTOM_FILTER
There is a custom filter on this kind of events.
|
NO_FILTER
There is no filter (except the event type) on this kind of events.
|
WIKI_AND_SPACE_FILTER
There is a filter to enable the event on some wikis and some spaces.
|
WIKI_FILTER
There is a filter to enable the event on some wikis.
|
WIKI_SPACE_AND_DOCUMENT_FILTER
There is a filter to enable the event on some wikis, some spaces and/or some pages.
|
Modifier and Type | Method and Description |
---|---|
static RecordableEventDescriptor.EventFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordableEventDescriptor.EventFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordableEventDescriptor.EventFilter NO_FILTER
public static final RecordableEventDescriptor.EventFilter CUSTOM_FILTER
public static final RecordableEventDescriptor.EventFilter WIKI_FILTER
public static final RecordableEventDescriptor.EventFilter WIKI_AND_SPACE_FILTER
public static final RecordableEventDescriptor.EventFilter WIKI_SPACE_AND_DOCUMENT_FILTER
public static RecordableEventDescriptor.EventFilter[] values()
for (RecordableEventDescriptor.EventFilter c : RecordableEventDescriptor.EventFilter.values()) System.out.println(c);
public static RecordableEventDescriptor.EventFilter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2021 XWiki. All rights reserved.