Class MovingAsset
java.lang.Object
com.adobe.acs.commons.mcp.impl.processes.renovator.MovingNode
com.adobe.acs.commons.mcp.impl.processes.renovator.MovingAsset
Represents an asset being moved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected booleanbooleanbooleanvoidmove(ReplicatorQueue replicatorQueue, org.apache.sling.api.resource.ResourceResolver rr) Methods inherited from class com.adobe.acs.commons.mcp.impl.processes.renovator.MovingNode
addAuditRecordForMove, addChild, findByPath, findReferences, getAllReferences, getChildren, getClonedProperties, getDestinationPath, getParent, getPreviousSibling, getPublishedReferences, getSourcePath, hasChild, isDestinationAlreadyExists, isLeaf, isSourceActivated, setChildren, setDestinationAlreadyExists, setDestinationPath, setParent, setSourcePath, visit, visit
-
Constructor Details
-
MovingAsset
public MovingAsset()
-
-
Method Details
-
isCopiedBeforeMove
public boolean isCopiedBeforeMove()- Specified by:
isCopiedBeforeMovein classMovingNode
-
isSupposedToBeReferenced
public boolean isSupposedToBeReferenced()- Specified by:
isSupposedToBeReferencedin classMovingNode
-
isAbleToHaveChildren
public boolean isAbleToHaveChildren()- Specified by:
isAbleToHaveChildrenin classMovingNode
-
isAuditableMove
protected boolean isAuditableMove()- Specified by:
isAuditableMovein classMovingNode
-
move
public void move(ReplicatorQueue replicatorQueue, org.apache.sling.api.resource.ResourceResolver rr) throws IllegalAccessException, MovingException - Specified by:
movein classMovingNode- Throws:
IllegalAccessExceptionMovingException
-