Class BreadCrumb
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
-
Constructor Summary
ConstructorsConstructorDescriptionBreadCrumb(String guid, String displayName, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType nodeType) BreadCrumb(BreadCrumb breadCrumb, BreadCrumb lastBreadCrumb) -
Method Summary
-
Constructor Details
-
BreadCrumb
-
BreadCrumb
-
-
Method Details
-
getGuid
-
getDisplayName
-
getNodeType
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType getNodeType() -
getPath
The path of this breadcrumb locates it within the breadcrumbtrail, relative to the start of the trail. The path is composed of segments of- The nodeType
- Guid
- Display name
- Returns:
- the path
-