Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.IconSummary
-
-
Uses of IconSummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary that return types with arguments of type IconSummary Modifier and Type Method Description Set<IconSummary>Glossary. getIcons()The Governance level associated with this glossary -
Uses of IconSummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return types with arguments of type IconSummary Modifier and Type Method Description Set<IconSummary>Node. getIcons()icon summaryMethod parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with type arguments of type IconSummary Modifier and Type Method Description voidNode. setIcons(Set<IconSummary> icons) -
Uses of IconSummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary that return types with arguments of type IconSummary Modifier and Type Method Description Set<IconSummary>NodeSummary. getIcons()iconsMethod parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary with type arguments of type IconSummary Modifier and Type Method Description voidNodeSummary. setIcons(Set<IconSummary> icons) -
Uses of IconSummary in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project that return types with arguments of type IconSummary Modifier and Type Method Description Set<IconSummary>Project. getIcons()The icons associated with this glossary.
-