Class CMSVersionExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.CMSVersionExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class CMSVersionExistsPredicate extends Object implements Predicate<String>
Predicate to test if a cms version exists.

Returns TRUE if the cms version exists; FALSE otherwise.

  • Constructor Details

    • CMSVersionExistsPredicate

      public CMSVersionExistsPredicate()
  • Method Details