Class MediaContainerForMediaAttributePartOfPredicate

java.lang.Object
de.hybris.platform.cms2.cloning.service.predicate.MediaContainerForMediaAttributePartOfPredicate
All Implemented Interfaces:
BiPredicate<ItemModel,String>

public class MediaContainerForMediaAttributePartOfPredicate extends Object implements BiPredicate<ItemModel,String>
Predicate to test if the MEDIAS qualifier of the MediaContainerModel component should be treated as partOf during the deep cloning process.

When the expression evaluates to TRUE, the qualifier of the component will be treated as partOf and the qualifier's object will be deep copied; otherwise copy by reference.

  • Constructor Details

    • MediaContainerForMediaAttributePartOfPredicate

      public MediaContainerForMediaAttributePartOfPredicate()
  • Method Details