org.alfresco.repo.policy
Class Behaviour.NotificationFrequency
java.lang.Object
java.lang.Enum
org.alfresco.repo.policy.Behaviour.NotificationFrequency
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- Behaviour
public static final class Behaviour.NotificationFrequency
- extends java.lang.Enum
When should behaviour be notified?
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EVERY_EVENT
public static final Behaviour.NotificationFrequency EVERY_EVENT
FIRST_EVENT
public static final Behaviour.NotificationFrequency FIRST_EVENT
TRANSACTION_COMMIT
public static final Behaviour.NotificationFrequency TRANSACTION_COMMIT
values
public static Behaviour.NotificationFrequency[] values()
valueOf
public static Behaviour.NotificationFrequency valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.