Class PageRestoreWithReplacePredicate

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

public class PageRestoreWithReplacePredicate extends Object implements Predicate<AbstractPageModel>
Predicate to identify if the restore context contains replace boolean set to true for the give active page.

Returns TRUE if for the active page, the replace is set to true; FALSE otherwise.