Package com.adobe.cq.wcm.launches.cf
Interface ContentFragmentLaunch
-
@ProviderType public interface ContentFragmentLaunch extends Launch
Interface to retrieve specific data related to a Content Fragment Launch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.CalendargetLastRebased(ContentFragment contentFragment, Launch compare)Gets last rebase date of a Content Fragment residing inside a launch.voidsetLastRebased(ContentFragment contentFragment, java.util.Calendar lastRebased, Launch compare)Sets last rebase date of a Content Fragment residing inside a launch.voidsetRootResource(java.lang.String rootResourcePath)Sets the root resource path of a Launch.-
Methods inherited from interface com.adobe.cq.launches.api.Launch
compareTo, containsResource, getCreated, getCreatedBy, getLastPromoted, getLastPromotedBy, getLaunchAutoPromotionScope, getLaunchSources, getLiveDate, getModified, getModifiedBy, getResource, getRootResource, getSourceRootResource, getTitle, isDeep, isLiveCopy, isProductionReady
-
-
-
-
Method Detail
-
getLastRebased
java.util.Calendar getLastRebased(@Nonnull ContentFragment contentFragment, @Nonnull Launch compare)Gets last rebase date of a Content Fragment residing inside a launch.- Parameters:
contentFragment- Content Fragmentcompare- Launch containing the Content Fragment- Returns:
- date of last rebase
-
setLastRebased
void setLastRebased(@Nonnull ContentFragment contentFragment, @Nonnull java.util.Calendar lastRebased, @Nonnull Launch compare)Sets last rebase date of a Content Fragment residing inside a launch.- Parameters:
contentFragment- Content FragmentlastRebased- Last rebase datecompare- Launch containing the Content Fragment
-
setRootResource
void setRootResource(@Nonnull java.lang.String rootResourcePath)Sets the root resource path of a Launch.- Parameters:
rootResourcePath- Root resource path
-
-