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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the actions config of this relationship
    Deprecated.
    Returns the blueprint path of this Live Copy.
    Deprecated.
    Returns the path of the Live Copy For example: "/content/copy"
    Deprecated.
    Returns the update trigger for this Live Copy
    boolean
    Deprecated.
    Returns if the Live Copy is deep
    boolean
    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

      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

      Set<ActionConfig> getActionsConfig()
      Deprecated.
      Returns the actions config of this relationship
      Returns:
      the actions config