Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage
Class EventConstants

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

public class EventConstants
extends Object

Constant related to Core Events sent by VCS.


Field Summary
static String EVENT_VCS_INVALIDATIONS
          The event type for VCS invalidations.
static 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 String INVAL_MODIFIED_DOC_IDS
          Invalidation event: event context property for a Set<String> of modified document ids.
static 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 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 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 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 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.