Class CloneContextSameAsActiveCatalogVersionPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.Object>

    public class CloneContextSameAsActiveCatalogVersionPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.Object>
    Predicate to identify that clone context contains same catalog id and catalog version as active catalog id and catalog version. It also returns true if clone context is undefined.
    • Constructor Detail

      • CloneContextSameAsActiveCatalogVersionPredicate

        public CloneContextSameAsActiveCatalogVersionPredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.Object o)
        Specified by:
        test in interface java.util.function.Predicate<java.lang.Object>
      • setCmsAdminSiteService

        public void setCmsAdminSiteService​(CMSAdminSiteService cmsAdminSiteService)