public class EventConstants extends Object
Modifier and Type | Field and Description |
---|---|
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). |
public static final String EVENT_VCS_INVALIDATIONS
public static final String INVAL_MODIFIED_DOC_IDS
Set<String>
of
modified document ids.public static final String INVAL_MODIFIED_PARENT_IDS
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.public static final String INVAL_LOCAL
Boolean
specifying whether the invalidations come from this cluster node (true
), or if they come from a remote cluster node (false
).Copyright © 2013 Nuxeo SA. All Rights Reserved.