Package com.day.cq.wcm.api.msm
Interface LiveCopy
Deprecated.
Defines a Live Copy configuration between a blueprint and its target.
It can be see as a configuration for a
LiveRelationship-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the actions config of this relationshipDeprecated.Returns the blueprint path of this Live Copy.getPath()Deprecated.Returns the path of the Live Copy For example: "/content/copy"Deprecated.Returns the update trigger for this Live CopybooleanisDeep()Deprecated.Returns if the Live Copy is deepbooleanisRoot()Deprecated.Returns if the Live Copy is the root of a Live Copy tree
-
Method Details
-
getPath
String getPath()Deprecated.Returns the path of the Live Copy For example: "/content/copy"- Returns:
- livecopy path
-
getBlueprintPath
String getBlueprintPath()Deprecated.Returns the blueprint path of this Live Copy. For example: "/content/geometrixx"- Returns:
- the blueprint path
-
getTrigger
RolloutManager.Trigger getTrigger()Deprecated.Returns the update trigger for this Live Copy- Returns:
- the trigger
-
isDeep
boolean isDeep()Deprecated.Returns if the Live Copy is deep- Returns:
trueif deep
-
isRoot
boolean isRoot()Deprecated.Returns if the Live Copy is the root of a Live Copy tree- Returns:
trueif root
-
getActionsConfig
Set<ActionConfig> getActionsConfig()Deprecated.Returns the actions config of this relationship- Returns:
- the actions config
-
LiveCopyinstead