Interface LiveCopy


  • @Deprecated
    public interface LiveCopy
    Deprecated.
    since 5.3 use LiveCopy instead
    Defines a Live Copy configuration between a blueprint and its target. It can be see as a configuration for a LiveRelationship
    • 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