Uses of Class
org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
-
-
Uses of BreadCrumb in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
Methods in org.odpi.openmetadata.viewservices.glossaryauthor.handlers that return types with arguments of type BreadCrumb Modifier and Type Method Description List<BreadCrumb>BreadCrumbHandler. getBreadCrumbTrail(String glossaryGuid, String rootCategoryGuid, String leafCategoryGuid, String termGuid) -
Uses of BreadCrumb in org.odpi.openmetadata.viewservices.glossaryauthor.properties
Methods in org.odpi.openmetadata.viewservices.glossaryauthor.properties that return types with arguments of type BreadCrumb Modifier and Type Method Description List<BreadCrumb>BreadCrumbTrail. getBreadCrumbs()Return breadcrumbs in the right order with the path information in themConstructors in org.odpi.openmetadata.viewservices.glossaryauthor.properties with parameters of type BreadCrumb Constructor Description BreadCrumb(BreadCrumb breadCrumb, BreadCrumb lastBreadCrumb)Constructor parameters in org.odpi.openmetadata.viewservices.glossaryauthor.properties with type arguments of type BreadCrumb Constructor Description BreadCrumbTrail(List<BreadCrumb> breadCrumbs) -
Uses of BreadCrumb in org.odpi.openmetadata.viewservices.glossaryauthor.services
Methods in org.odpi.openmetadata.viewservices.glossaryauthor.services that return types with arguments of type BreadCrumb Modifier and Type Method Description SubjectAreaOMASAPIResponse<BreadCrumb>GlossaryAuthorViewGlossaryRESTServices. getBreadCrumbTrail(String serverName, String userId, String guid, String rootCategoryGuid, String leafCategoryGuid, String termGuid)Get BreadCrumbTrail.
-