@AlfrescoPublicApi public static enum Behaviour.NotificationFrequency extends Enum<Behaviour.NotificationFrequency>
| Enum Constant and Description |
|---|
EVERY_EVENT |
FIRST_EVENT |
TRANSACTION_COMMIT |
| Modifier and Type | Method and Description |
|---|---|
static Behaviour.NotificationFrequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Behaviour.NotificationFrequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Behaviour.NotificationFrequency EVERY_EVENT
public static final Behaviour.NotificationFrequency FIRST_EVENT
public static final Behaviour.NotificationFrequency TRANSACTION_COMMIT
public static Behaviour.NotificationFrequency[] values()
for (Behaviour.NotificationFrequency c : Behaviour.NotificationFrequency.values()) System.out.println(c);
public static Behaviour.NotificationFrequency 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 © 2005–2018 Alfresco Software. All rights reserved.