public class PathRef extends Object implements DocumentRef
Modifier and Type | Field and Description |
---|---|
String |
value |
ID, PATH
Constructor and Description |
---|
PathRef(PathRef parentRef,
String name) |
PathRef(String path) |
PathRef(String parentPath,
String name) |
public final String value
public PathRef(String path)
public int type()
DocumentRef
type
in interface DocumentRef
public Object reference()
DocumentRef
For an ID reference, this is the document UUID.
For an ID reference, this is the document path.
For an INSTANCE reference this is the document itself.
reference
in interface DocumentRef
Copyright © 2015 Nuxeo SA. All rights reserved.