public class VirtualNode extends Object implements NuxeoArtifact
| Modifier and Type | Field and Description |
|---|---|
protected String |
basePath |
protected String |
cid |
protected String |
id |
protected String |
type |
protected String |
version |
| Constructor and Description |
|---|
VirtualNode(ComponentInfo ci,
String type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor() |
String |
getArtifactType() |
AssociatedDocuments |
getAssociatedDocuments(CoreSession session) |
String |
getComponentId() |
String |
getHierarchyPath() |
String |
getId() |
String |
getVersion() |
public VirtualNode(ComponentInfo ci, String type, String id)
public String getComponentId()
public String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic AssociatedDocuments getAssociatedDocuments(CoreSession session)
getAssociatedDocuments in interface NuxeoArtifactpublic String getId()
getId in interface NuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactCopyright © 2019 Nuxeo. All rights reserved.