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
Modifier and TypeMethodDescriptionAnother launch path to compare to if not performing the operation against main content.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 Details
-
isDeep
boolean isDeep()Whether the operation should be deep or not.- Returns:
- Boolean value of isDeep
-
getSourceCFList
List of source Content Fragments to be included in the specific operation of the Launch.- Returns:
- List of source Content Fragments
-
getLaunchPathToCompare
String getLaunchPathToCompare()Another launch path to compare to if not performing the operation against main content.- Returns:
- Another launch path
-