Class BreadCrumbHandler
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.handlers.BreadCrumbHandler
The breadcrumb handler is initialised with Subject Area Node clients clients (allowing calls to the Subject Area OMAs to be made) and
the userId under which those calls should be issued.
This class exposes a method which is supplied the
- Glossary guid (the top of the bread crumb)
- the root Category the top of the Categories
- the leaf Category the bottom of the Categories
- a Term guid which if specified is the bottom of the breadcrumb trail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBreadCrumbTrail
(String glossaryGuid, String rootCategoryGuid, String leafCategoryGuid, String termGuid)
-
Constructor Details
-
BreadCrumbHandler
-
-
Method Details
-
getBreadCrumbTrail
public List<BreadCrumb> getBreadCrumbTrail(String glossaryGuid, String rootCategoryGuid, String leafCategoryGuid, String termGuid) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, InvalidParameterException
-