- All Implemented Interfaces:
- junit.framework.Test
public class PropertyFilterTest
extends junit.framework.TestCase
http://docs.oasis-open.org/cmis/CMIS/v1.0/os/cmis-spec-v1.0.htm
2.1.2.1 Property
All properties MUST supply a String queryName attribute which is used for query and filter operations on object-types.
This is an opaque String with limitations. This string SHOULD NOT contain any characters that negatively interact with the BNF grammar.
The string MUST NOT contain:
whitespace “ “,
comma “,”
double quotes ‘”’
single quotes “’”
backslash “\”
the period “.” character or,
the open “(“ or close “)” parenthesis characters.