public class BeanPropertiesFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeanPropertiesFilter.AllProperties
Default All properties filter
|
| Modifier and Type | Field and Description |
|---|---|
static BeanPropertiesFilter |
ALLOW_ALL |
| Constructor and Description |
|---|
BeanPropertiesFilter(Set<String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowed(String propertyName)
Indicates if the given property name is permitted to be used ie.
|
String |
toString() |
public static final BeanPropertiesFilter ALLOW_ALL
public boolean isAllowed(String propertyName)
propertyName - - bean property nameCopyright © 2005–2018 Alfresco Software. All rights reserved.