public class IsNotDeletedPagePredicate extends java.lang.Object implements java.util.function.Predicate<CMSItemModel>
Returns TRUE if the item is not type AbstractPageModel or the page is not deleted; FALSE otherwise.
| Constructor and Description |
|---|
IsNotDeletedPagePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(CMSItemModel itemModel) |
public boolean test(CMSItemModel itemModel)
test in interface java.util.function.Predicate<CMSItemModel>Copyright © 2018 SAP SE. All Rights Reserved.