Package com.day.cq.wcm.api.msm
Interface LiveCopy
-
@Deprecated public interface LiveCopy
Deprecated.since 5.3 useLiveCopy
insteadDefines a Live Copy configuration between a blueprint and its target. It can be see as a configuration for aLiveRelationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Set<ActionConfig>
getActionsConfig()
Deprecated.Returns the actions config of this relationshipjava.lang.String
getBlueprintPath()
Deprecated.Returns the blueprint path of this Live Copy.java.lang.String
getPath()
Deprecated.Returns the path of the Live Copy For example: "/content/copy"RolloutManager.Trigger
getTrigger()
Deprecated.Returns the update trigger for this Live Copyboolean
isDeep()
Deprecated.Returns if the Live Copy is deepboolean
isRoot()
Deprecated.Returns if the Live Copy is the root of a Live Copy tree
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
Deprecated.Returns the path of the Live Copy For example: "/content/copy"- Returns:
- livecopy path
-
getBlueprintPath
java.lang.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:
true
if deep
-
isRoot
boolean isRoot()
Deprecated.Returns if the Live Copy is the root of a Live Copy tree- Returns:
true
if root
-
getActionsConfig
java.util.Set<ActionConfig> getActionsConfig()
Deprecated.Returns the actions config of this relationship- Returns:
- the actions config
-
-