Interface ContentFragmentLaunch

All Superinterfaces:
Comparable<Launch>, Launch

@ProviderType public interface ContentFragmentLaunch extends Launch
Interface to retrieve specific data related to a Content Fragment Launch.
  • Method Details

    • getLastRebased

      Calendar getLastRebased(@Nonnull ContentFragment contentFragment, @Nonnull Launch compare)
      Gets last rebase date of a Content Fragment residing inside a launch.
      Parameters:
      contentFragment - Content Fragment
      compare - Launch containing the Content Fragment
      Returns:
      date of last rebase
    • setLastRebased

      void setLastRebased(@Nonnull ContentFragment contentFragment, @Nonnull Calendar lastRebased, @Nonnull Launch compare)
      Sets last rebase date of a Content Fragment residing inside a launch.
      Parameters:
      contentFragment - Content Fragment
      lastRebased - Last rebase date
      compare - Launch containing the Content Fragment
    • setRootResource

      void setRootResource(@Nonnull String rootResourcePath)
      Sets the root resource path of a Launch.
      Parameters:
      rootResourcePath - Root resource path
    • getId

      @CheckForNull String getId()
      The id identifies the launch.
      Returns:
      the id of the launch or null if the launch does not have jcr:uuid.