public interface IdentifierMap
Modifier and Type | Method and Description |
---|---|
String |
jcrPathFromCol(String name)
Map a column name in the CMIS query to the corresponding relative JCR path.
|
String |
jcrTypeCondition()
Create and additional condition in order for the query to only return nodes
of the right type.
|
String |
jcrTypeName()
JCR type name corresponding to the CMIS type bound to this instance.
|
String jcrPathFromCol(String name)
name
- column nameString jcrTypeName()
jcrTypeCondition()
String jcrTypeCondition()
element(*, nt:file)[not(@jcr:mixinTypes = 'mix:simpleVersionable')]Here the element test is covered by
jcrTypeName()
while the predicate is covered by this method.null
if none.jcrTypeName()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.