Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage
Class EventConstants

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.EventConstants

public class EventConstants
extends java.lang.Object

Constant related to Core Events sent by VCS.


Field Summary
static java.lang.String EVENT_VCS_INVALIDATIONS
          The event type for VCS invalidations.
static java.lang.String INVAL_LOCAL
          Invalidation event: event context property for a Boolean specifying whether the invalidations come from this cluster node (true), or if they come from a remote cluster node (false).
static java.lang.String INVAL_MODIFIED_DOC_IDS
          Invalidation event: event context property for a Set<String> of modified document ids.
static java.lang.String INVAL_MODIFIED_PARENT_IDS
          Invalidation event: event context property for a Set<String> of modified parent ids (which means that the list of children for this parent has changed).
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_VCS_INVALIDATIONS

public static final java.lang.String EVENT_VCS_INVALIDATIONS
The event type for VCS invalidations. The event context contains the repository name, and some properties describing the invalidations themselves.

See Also:
INVAL_MODIFIED_DOC_IDS, INVAL_MODIFIED_PARENT_IDS, INVAL_LOCAL, Constant Field Values

INVAL_MODIFIED_DOC_IDS

public static final java.lang.String INVAL_MODIFIED_DOC_IDS
Invalidation event: event context property for a Set<String> of modified document ids.

See Also:
Constant Field Values

INVAL_MODIFIED_PARENT_IDS

public static final java.lang.String INVAL_MODIFIED_PARENT_IDS
Invalidation event: event context property for a Set<String> of modified parent ids (which means that the list of children for this parent has changed). May contain spurious ids that do not correspond to parents.

See Also:
Constant Field Values

INVAL_LOCAL

public static final java.lang.String INVAL_LOCAL
Invalidation event: event context property for a Boolean specifying whether the invalidations come from this cluster node (true), or if they come from a remote cluster node (false).

See Also:
Constant Field Values

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.