java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb

public class BreadCrumb extends Object
  • Constructor Details

    • BreadCrumb

      public BreadCrumb(String guid, String displayName, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType nodeType)
    • BreadCrumb

      public BreadCrumb(BreadCrumb breadCrumb, BreadCrumb lastBreadCrumb)
  • Method Details

    • getGuid

      public String getGuid()
    • getDisplayName

      public String getDisplayName()
    • getNodeType

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType getNodeType()
    • getPath

      public String 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
      1. The nodeType
      2. Guid
      3. Display name
      The path takes the form /nodeType/{nodetype1}/guid/{guid1}/displayName/{displayName1}/nodeType/{nodetype2}/guid/{guid2}/displayName/{displayName2}/.....
      Returns:
      the path