Class VersionLabelChangedPredicate

java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.VersionLabelChangedPredicate
All Implemented Interfaces:
BiPredicate<String,String>

public class VersionLabelChangedPredicate extends Object implements BiPredicate<String,String>
Predicate to test if the label field has changed for the cms version

Returns TRUE if the cms version exists AND the label field has changed; FALSE otherwise.

  • Constructor Details

    • VersionLabelChangedPredicate

      public VersionLabelChangedPredicate()
  • Method Details