public class ContentPageLabelOrIdExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the given label or id exists; FALSE otherwise.
| Constructor and Description |
|---|
ContentPageLabelOrIdExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSPageService |
getCmsPageService() |
void |
setCmsPageService(CMSPageService cmsPageService) |
boolean |
test(java.lang.String pageLabelOrId) |
public boolean test(java.lang.String pageLabelOrId)
test in interface java.util.function.Predicate<java.lang.String>protected CMSPageService getCmsPageService()
public void setCmsPageService(CMSPageService cmsPageService)
Copyright © 2018 SAP SE. All Rights Reserved.