Package com.day.cq.contentsync
Interface ContentSyncConstants
public interface ContentSyncConstants
The
ContentSyncConstants interface defines node type,
resource type and property names used throughout content sync.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDefault config entry order if one is not specifiedstatic final StringNode type of a configstatic final StringProperty name of a config's mandatory source pathstatic final StringProperty name of the config entry's matching extensionstatic final StringProperty name of a config entry's orderstatic final StringProperty name of a config entry's mandatory source pathstatic final StringProperty name of the config entry's path suffix to apply to cache entry nodesstatic final StringProperty name of a config's mandatory source pathstatic final StringProperty name of the config's' target root directorystatic final StringProperty name of a config entry's mandatory typestatic final StringProperty name of a config's mandatory source pathstatic final StringResource type of a config
-
Field Details
-
DEFAULT_CONFIG_ENTRY_ORDER
static final long DEFAULT_CONFIG_ENTRY_ORDERDefault config entry order if one is not specified- See Also:
-
NT_CONTENT_SYNC_CONFIG
Node type of a config- See Also:
-
RT_CONTENT_SYNC_CONFIG
Resource type of a config- See Also:
-
PN_AUTHORIZABLE
Property name of a config's mandatory source path- See Also:
-
PN_UPDATE_USER
Property name of a config's mandatory source path- See Also:
-
PN_PERSONALIZED
Property name of a config's mandatory source path- See Also:
-
PN_TYPE
Property name of a config entry's mandatory type- See Also:
-
PN_PATH
Property name of a config entry's mandatory source path- See Also:
-
PN_ORDER
Property name of a config entry's order- See Also:
-
PN_EXTENSION
Property name of the config entry's matching extension- See Also:
-
PN_PATH_SUFFIX
Property name of the config entry's path suffix to apply to cache entry nodes- See Also:
-
PN_TARGET_ROOT_DIRECTORY
Property name of the config's' target root directory- See Also:
-