org.alfresco.repo.policy
Class Behaviour.NotificationFrequency

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static Behaviour.NotificationFrequency EVERY_EVENT
           
static Behaviour.NotificationFrequency FIRST_EVENT
           
static Behaviour.NotificationFrequency TRANSACTION_COMMIT
           
 
Method Summary
static Behaviour.NotificationFrequency valueOf(java.lang.String name)
           
static Behaviour.NotificationFrequency[] values()
           
 
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
 

Field Detail

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
Method Detail

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.