public class DefaultDocumentIdentifierMap extends DefaultIdentifierMapBase
cmis2Jcr
Constructor and Description |
---|
DefaultDocumentIdentifierMap(boolean isVersionable) |
Modifier and Type | Method and Description |
---|---|
String |
jcrTypeCondition()
Create and additional condition in order for the query to only return nodes
of the right type.
|
jcrPathFromCol, jcrTypeName
public DefaultDocumentIdentifierMap(boolean isVersionable)
public String jcrTypeCondition()
IdentifierMap
element(*, nt:file)[not(@jcr:mixinTypes = 'mix:simpleVersionable')]Here the element test is covered by
IdentifierMap.jcrTypeName()
while the predicate is covered by this method.jcrTypeCondition
in interface IdentifierMap
jcrTypeCondition
in class IdentifierMapBase
null
if none.IdentifierMap.jcrTypeName()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.