Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.CategorySummary
-
-
Uses of CategorySummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category that return CategorySummary Modifier and Type Method Description CategorySummaryCategory. getParentCategory()"Identifies the parent category."Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category with parameters of type CategorySummary Modifier and Type Method Description voidCategory. setParentCategory(CategorySummary parentCategory) -
Uses of CategorySummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term that return types with arguments of type CategorySummary Modifier and Type Method Description List<CategorySummary>Term. getCategories()The Categories that categorize this TermMethod parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term with type arguments of type CategorySummary Modifier and Type Method Description voidTerm. setCategories(List<CategorySummary> categories)
-