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

public class BreadCrumb extends Object
  • Constructor Details

  • Method Details

    • getGuid

      public String getGuid()
    • getDisplayName

      public String getDisplayName()
    • getNodeType

      public 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