Class CloneContextSameAsActiveCatalogVersionPredicate

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.predicates.CloneContextSameAsActiveCatalogVersionPredicate
All Implemented Interfaces:
Predicate<Object>

public class CloneContextSameAsActiveCatalogVersionPredicate extends Object implements Predicate<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 Details

    • CloneContextSameAsActiveCatalogVersionPredicate

      public CloneContextSameAsActiveCatalogVersionPredicate()
  • Method Details