Uses of Class
org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetail
-
Packages that use GlossaryViewEntityDetail Package Description org.odpi.openmetadata.accessservices.glossaryview.converters org.odpi.openmetadata.accessservices.glossaryview.rest -
-
Uses of GlossaryViewEntityDetail in org.odpi.openmetadata.accessservices.glossaryview.converters
Methods in org.odpi.openmetadata.accessservices.glossaryview.converters that return GlossaryViewEntityDetail Modifier and Type Method Description GlossaryViewEntityDetailEntityDetailToGlossaryViewEntityDetail. apply(EntityDetail entityDetail) -
Uses of GlossaryViewEntityDetail in org.odpi.openmetadata.accessservices.glossaryview.rest
Subclasses of GlossaryViewEntityDetail in org.odpi.openmetadata.accessservices.glossaryview.rest Modifier and Type Class Description classControlledGlossaryTermSimple POJO that represents a Controlled TermclassExternalGlossaryLinkSimple POJO that represents an External Glossary LinkclassGlossarySimple POJO that represents a GlossaryclassGlossaryCategorySimple POJO that represents a CategoryclassGlossaryTermSimple POJO that represents a TermMethods in org.odpi.openmetadata.accessservices.glossaryview.rest that return types with arguments of type GlossaryViewEntityDetail Modifier and Type Method Description List<GlossaryViewEntityDetail>GlossaryViewEntityDetailResponse. getResult()Methods in org.odpi.openmetadata.accessservices.glossaryview.rest with parameters of type GlossaryViewEntityDetail Modifier and Type Method Description voidGlossaryViewEntityDetailResponse. addEntityDetail(GlossaryViewEntityDetail glossaryViewEntityDetail)Method parameters in org.odpi.openmetadata.accessservices.glossaryview.rest with type arguments of type GlossaryViewEntityDetail Modifier and Type Method Description voidGlossaryViewEntityDetailResponse. addEntityDetails(List<GlossaryViewEntityDetail> glossaryViewEntityDetails)
-