Package com.adobe.cq.wcm.launches.cf
Interface ContentFragmentLaunchOperationParameters
-
- All Superinterfaces:
LaunchPromotionParameters
@ProviderType public interface ContentFragmentLaunchOperationParameters extends LaunchPromotionParameters
This class contains parameters needed when performing a launch operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLaunchPathToCompare()Another launch path to compare to if not performing the operation against main content.java.util.List<java.lang.String>getSourceCFList()List of source Content Fragments to be included in the specific operation of the Launch.booleanisDeep()Whether the operation should be deep or not.-
Methods inherited from interface com.adobe.cq.launches.api.LaunchPromotionParameters
getPromotionScope, getResource, getResourceCollectionPath, getTarget
-
-
-
-
Method Detail
-
isDeep
boolean isDeep()
Whether the operation should be deep or not.- Returns:
- Boolean value of isDeep
-
getSourceCFList
java.util.List<java.lang.String> getSourceCFList()
List of source Content Fragments to be included in the specific operation of the Launch.- Returns:
- List of source Content Fragments
-
getLaunchPathToCompare
java.lang.String getLaunchPathToCompare()
Another launch path to compare to if not performing the operation against main content.- Returns:
- Another launch path
-
-