|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentifierMap
The methods of this class map CMIS identifiers to JCR identifiers. Each implementation of this interface is bound to a specific CMIS object type. That is, it implements the identifier maps for that object type.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String jcrPathFromCol(String name)
name
- column name
String 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |