RolloutManager
instead@Deprecated public interface LiveRelationship extends JSONItem
LiveCopy
the LiveRelationship defines the "dynamic"
relation between a source and a synced target. where as the former only
defines its configuration.
Please note that its not possible to have different relative paths from the
roots to the source/target resources. This could happen if a source or
target resource are moved or renamed. Having trees that are not in sync
hirarchy wise will probably end in chaos sooner or later. Such operations
need to be prohibited or the respective changes need to be rolledout to
all targets.Modifier and Type | Method and Description |
---|---|
java.util.Set<ActionConfig> |
getActions()
Deprecated.
Returns the computed actions config of this relationship (blueprint actions + live copy actions)
|
java.util.Set<ActionConfig> |
getBlueprintActions()
Deprecated.
Returns the actions config of this relationship defined on the blueprint
|
LiveCopy |
getLiveCopy()
Deprecated.
Returns the Live Copy configuration of this relationship
|
java.lang.String |
getSourcePath()
Deprecated.
Returns the absolute path of the source resource of this relationship.
|
LiveStatus |
getStatus()
Deprecated.
Returns the status of this relationship
|
java.lang.String |
getSyncPath()
Deprecated.
Returns the relative path of this relationship from the sync roots to
the actual resources.
|
java.lang.String |
getTargetPath()
Deprecated.
Returns the ansolute path of the live sync resource.
|
LiveCopy getLiveCopy()
java.lang.String getSyncPath()
java.lang.String getSourcePath()
lr.getLiveCopy().getBlueprintPath() + lr.getSyncPath()
java.lang.String getTargetPath()
lr.getLiveCopy().getPath() + lr.getSyncPath()
LiveStatus getStatus()
java.util.Set<ActionConfig> getBlueprintActions()
java.util.Set<ActionConfig> getActions()
Copyright © 2010 - 2020 Adobe. All Rights Reserved