Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.RelationshipType
-
-
Uses of RelationshipType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common that return types with arguments of type RelationshipType Modifier and Type Method Description Set<RelationshipType>NeighborhoodHistoricalFindRequest. getRelationshipFilter()Method parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common with type arguments of type RelationshipType Modifier and Type Method Description voidNeighborhoodHistoricalFindRequest. setRelationshipFilter(Set<RelationshipType> relationshipFilter) -
Uses of RelationshipType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Fields in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph declared as RelationshipType Modifier and Type Field Description protected RelationshipTypeRelationship. relationshipTypeMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationship. getRelationshipType()static RelationshipTypeRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipType[]RelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type RelationshipType Modifier and Type Method Description voidRelationship. setRelationshipType(RelationshipType relationshipType)
-