Package com.day.cq.contentsync
Interface ContentSyncConstants
- 
public interface ContentSyncConstantsTheContentSyncConstantsinterface defines node type, resource type and property names used throughout content sync. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static longDEFAULT_CONFIG_ENTRY_ORDERDefault config entry order if one is not specifiedstatic java.lang.StringNT_CONTENT_SYNC_CONFIGNode type of a configstatic java.lang.StringPN_AUTHORIZABLEProperty name of a config's mandatory source pathstatic java.lang.StringPN_EXTENSIONProperty name of the config entry's matching extensionstatic java.lang.StringPN_ORDERProperty name of a config entry's orderstatic java.lang.StringPN_PATHProperty name of a config entry's mandatory source pathstatic java.lang.StringPN_PATH_SUFFIXProperty name of the config entry's path suffix to apply to cache entry nodesstatic java.lang.StringPN_PERSONALIZEDProperty name of a config's mandatory source pathstatic java.lang.StringPN_TARGET_ROOT_DIRECTORYProperty name of the config's' target root directorystatic java.lang.StringPN_TYPEProperty name of a config entry's mandatory typestatic java.lang.StringPN_UPDATE_USERProperty name of a config's mandatory source pathstatic java.lang.StringRT_CONTENT_SYNC_CONFIGResource type of a config 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_CONFIG_ENTRY_ORDER
static final long DEFAULT_CONFIG_ENTRY_ORDER
Default config entry order if one is not specified- See Also:
 - Constant Field Values
 
 
- 
NT_CONTENT_SYNC_CONFIG
static final java.lang.String NT_CONTENT_SYNC_CONFIG
Node type of a config- See Also:
 - Constant Field Values
 
 
- 
RT_CONTENT_SYNC_CONFIG
static final java.lang.String RT_CONTENT_SYNC_CONFIG
Resource type of a config- See Also:
 - Constant Field Values
 
 
- 
PN_AUTHORIZABLE
static final java.lang.String PN_AUTHORIZABLE
Property name of a config's mandatory source path- See Also:
 - Constant Field Values
 
 
- 
PN_UPDATE_USER
static final java.lang.String PN_UPDATE_USER
Property name of a config's mandatory source path- See Also:
 - Constant Field Values
 
 
- 
PN_PERSONALIZED
static final java.lang.String PN_PERSONALIZED
Property name of a config's mandatory source path- See Also:
 - Constant Field Values
 
 
- 
PN_TYPE
static final java.lang.String PN_TYPE
Property name of a config entry's mandatory type- See Also:
 - Constant Field Values
 
 
- 
PN_PATH
static final java.lang.String PN_PATH
Property name of a config entry's mandatory source path- See Also:
 - Constant Field Values
 
 
- 
PN_ORDER
static final java.lang.String PN_ORDER
Property name of a config entry's order- See Also:
 - Constant Field Values
 
 
- 
PN_EXTENSION
static final java.lang.String PN_EXTENSION
Property name of the config entry's matching extension- See Also:
 - Constant Field Values
 
 
- 
PN_PATH_SUFFIX
static final java.lang.String PN_PATH_SUFFIX
Property name of the config entry's path suffix to apply to cache entry nodes- See Also:
 - Constant Field Values
 
 
- 
PN_TARGET_ROOT_DIRECTORY
static final java.lang.String PN_TARGET_ROOT_DIRECTORY
Property name of the config's' target root directory- See Also:
 - Constant Field Values
 
 
 - 
 
 -