Interface ContentFragmentLaunch

  • All Superinterfaces:
    java.lang.Comparable<Launch>, Launch

    @ProviderType
    public interface ContentFragmentLaunch
    extends Launch
    Interface to retrieve specific data related to a Content Fragment Launch.
    • 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 Fragment
        compare - 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 Fragment
        lastRebased - Last rebase date
        compare - 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