Class VersionHasLabelPredicate

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

public class VersionHasLabelPredicate extends Object implements Predicate<String>
Predicate to test if a cms version has a label or not.

Only labeled versions are exposed to the user. All unlabeled cms version entries are considered "revisions". A page version will consist of multiple revision entries.

Note: Users should not manipulate revisions because they are internal states managed by the labeled version.

Returns TRUE if the cms version has a label; FALSE otherwise.

  • Constructor Details

    • VersionHasLabelPredicate

      public VersionHasLabelPredicate()
  • Method Details