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 NuxeoArtifact
public AssociatedDocuments getAssociatedDocuments(CoreSession session)
getAssociatedDocuments
in interface NuxeoArtifact
public String getId()
getId
in interface NuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
Copyright © 2016 Nuxeo SA. All rights reserved.