public interface LiveRelationshipMoveHandler
Modifier and Type | Method and Description |
---|---|
LiveRelationship |
establishRelationship(Resource source,
Resource copy,
boolean deep,
boolean autoSave,
RolloutConfig... rolloutConfig)
This will be extension of LiveRelationshipManagerExt#establishRelationship.
|
void |
updateLiveRelationshipsWithMove(java.lang.Iterable<PageModification> pageModifications)
This methods takes list of Page Modifications and ResourceResolver and updates the LiveRelationships
about the Move operation occured in the source or Blueprint.
|
void updateLiveRelationshipsWithMove(java.lang.Iterable<PageModification> pageModifications)
pageModifications
- list of Page Modifications that needs to be check for move operations in BlueprintLiveRelationship establishRelationship(Resource source, Resource copy, boolean deep, boolean autoSave, RolloutConfig... rolloutConfig) throws WCMException
source
- resource which should be source for the LiveRelationshipcopy
- resource which should be live copy for the LiveRelationshipdeep
- boolean to decide if LiveRelationship should be deep or notautoSave
- changes should be saved or notrolloutConfig
- rolloutconfigs that needs to be applied in this relationshipWCMException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"