public class RestrictionExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the restriction exists; FALSE otherwise.
| Constructor and Description |
|---|
RestrictionExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminRestrictionService |
getAdminRestrictionService() |
void |
setAdminRestrictionService(CMSAdminRestrictionService adminRestrictionService) |
boolean |
test(java.lang.String target)
Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception
is correctly handled in the catch clause.
|
public boolean test(java.lang.String target)
test in interface java.util.function.Predicate<java.lang.String>protected CMSAdminRestrictionService getAdminRestrictionService()
public void setAdminRestrictionService(CMSAdminRestrictionService adminRestrictionService)
Copyright © 2018 SAP SE. All Rights Reserved.