public class AuthorizableFilterPredicate extends java.lang.Object implements Predicate
Authorizable that has an ID or a given name that matches a
certain filter.| Constructor and Description |
|---|
AuthorizableFilterPredicate(java.lang.String filter)
Creates an
AuthorizableFilterPredicate object, using the given filter if it's not blank. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.Object object)
Use the specified parameter to perform a test that returns true or false.
|
java.lang.String |
getFilter() |
public AuthorizableFilterPredicate(java.lang.String filter)
AuthorizableFilterPredicate object, using the given filter if it's not blank.filter - to use for matching against an authorizable ID and given namepublic java.lang.String getFilter()
public boolean evaluate(java.lang.Object object)
Predicate"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"