|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.PropertyFilter
public class PropertyFilter
Property filter supporting CMIS filter expression
Field Summary | |
---|---|
static java.lang.String |
MATCH_ALL_FILTER
|
static java.lang.String |
PROPERTY_NAME_TOKENS_DELIMITER
|
Constructor Summary | |
---|---|
PropertyFilter(java.lang.String filter)
|
Method Summary | |
---|---|
boolean |
allow(java.lang.String property)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MATCH_ALL_FILTER
public static final java.lang.String PROPERTY_NAME_TOKENS_DELIMITER
Constructor Detail |
---|
public PropertyFilter(java.lang.String filter) throws CMISFilterNotValidException
filter
- filter value (case insensitive)
FilterNotValidException
- if filter string isn't valid
CMISFilterNotValidException
Method Detail |
---|
public boolean allow(java.lang.String property)
property
- property token name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |