Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefLink
-
-
Uses of TypeDefLink in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return types with arguments of type TypeDefLink Modifier and Type Method Description List<TypeDefLink>InstanceType. getTypeDefSuperTypes()Return the full list of defined super-types for this TypeDef working up the type hierarchy.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type TypeDefLink Modifier and Type Method Description voidInstanceType. setTypeDefSuperTypes(List<TypeDefLink> typeDefSuperTypes)Set up the full list of defined super-types for this TypeDef working up the type hierarchy.Constructor parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type TypeDefLink Constructor Description InstanceType(TypeDefCategory typeDefCategory, String typeDefGUID, String typeDefName, long typeDefVersion, String typeDefDescription, String typeDefDescriptionGUID, List<TypeDefLink> typeDefSuperTypes, List<InstanceStatus> validStatusList, List<String> validInstanceProperties)Typical constructor that set all of the properties at once. -
Uses of TypeDefLink in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Subclasses of TypeDefLink in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs Modifier and Type Class Description classClassificationDefClassificationDef stores the properties for the definition of a type of classification.classEntityDefEntityDef describes a type of entity in the metadata collection.classRelationshipDefRelationshipDef describes the type of a relationship.classTypeDefThe TypeDef is the base class for objects that store the properties of an open metadata type definition (call ed a TypeDef).classTypeDefSummaryThe TypeDefSummary holds basic identifying information for a specific TypeDef.Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as TypeDefLink Modifier and Type Field Description protected TypeDefLinkTypeDef. superTypeMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return TypeDefLink Modifier and Type Method Description TypeDefLinkRelationshipEndDef. getEntityType()Return the identifiers of the EntityDef describing the type of entity on this end of the relationship.TypeDefLinkTypeDef. getSuperType()Return the super type for the TypeDef (or null if top-level)TypeDefLinkTypeDefPatch. getSuperType()Return the new supertype.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return types with arguments of type TypeDefLink Modifier and Type Method Description List<TypeDefLink>ClassificationDef. getValidEntityDefs()Return the list of identifiers for the types of entities that this type of Classification can be connected to.List<TypeDefLink>TypeDefPatch. getValidEntityDefs()Return a list of EntityDef names this this ClassificationDef can be attached to.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefLink Modifier and Type Method Description voidRelationshipEndDef. setEntityType(TypeDefLink entityType)Set up the guid of the EntityDef describing the type of entity on this end of the relationship.voidTypeDef. setSuperType(TypeDefLink superType)Set up supertype for the TypeDef.voidTypeDefPatch. setSuperType(TypeDefLink superType)Set up the new super type.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type arguments of type TypeDefLink Modifier and Type Method Description voidClassificationDef. setValidEntityDefs(List<TypeDefLink> validEntityDefs)Set up the list of identifiers for the types of entities that this type of Classification can be connected to.voidTypeDefPatch. setValidEntityDefs(List<TypeDefLink> validEntityDefs)Set up a list of EntityDef names this this ClassificationDef can be attached to.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefLink Constructor Description TypeDefLink(TypeDefLink template)Copy/clone constructor copies the values from the supplied template.
-