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() |
protected final String cid
protected final String version
protected final String type
protected final String id
protected final String basePath
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 NuxeoArtifactpublic String getAnchor()
Copyright © 2020 Nuxeo SA. All rights reserved.