PrimaryPageWithLabelExistsPredicate instead@Deprecated public class PrimaryPageWithLabelExistsPredicate extends java.lang.Object implements java.util.function.Predicate<ContentPageData>
Returns TRUE if the page exists; FALSE otherwise.
| Constructor and Description |
|---|
PrimaryPageWithLabelExistsPredicate()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminPageService |
getAdminPageService()
Deprecated.
|
protected PageVariationResolver<ContentPageModel> |
getPageVariationResolver()
Deprecated.
|
void |
setAdminPageService(CMSAdminPageService adminPageService)
Deprecated.
|
void |
setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver)
Deprecated.
|
boolean |
test(ContentPageData pageData)
Deprecated.
|
public PrimaryPageWithLabelExistsPredicate()
public boolean test(ContentPageData pageData)
test in interface java.util.function.Predicate<ContentPageData>protected CMSAdminPageService getAdminPageService()
public void setAdminPageService(CMSAdminPageService adminPageService)
protected PageVariationResolver<ContentPageModel> getPageVariationResolver()
public void setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver)
Copyright © 2018 SAP SE. All Rights Reserved.