Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
-
Packages that use RelationshipProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements Modifier and Type Class Description classReferenceValueAssignmentDefinitionElementReferenceValueAssignmentDefinitionElement describes a valid value that is being used as a tag/classifier for a referenceable.classReferenceValueAssignmentItemElementReferenceValueAssignmentItemElement describes a Referenceable that is using a valid values set/definition as a tag/classifier.classValidValueAssignmentConsumerElementValidValueAssignmentConsumerElement describes a Referenceable that is using a valid values set/definition to define the values that may/must be assigned to it.classValidValueAssignmentDefinitionElementValidValueAssignmentConsumerElement describes a a valid values set/definition that is defining the values that may/must be assigned to a referenceable.classValidValueImplAssetElementValidValueImplAssetElement contains the properties and header for a reference data set linked to a valid value retrieved from the metadata repository.classValidValueImplDefinitionElementValidValueImplDefinitionElement describes a Valid Value that defines one if the values in a reference data asset.classValidValueMappingElementValidValueMappingElement contains the properties and remote end of a valid value mapping as seen from a valid value.classValidValuesMappingElementValidValuesMappingElement contains the properties and ends of a valid value mapping relationship.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelatedElement. getRelationshipProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship properties -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties Modifier and Type Class Description classReferenceValueAssignmentPropertiesReferenceValueAssignmentProperties is a java bean used to create a link between a valid value and a referenceable item to enable the valid value to be used as a semiformal tag/classifier.classValidValueAssignmentPropertiesValidValueAssignmentProperties describes the properties between a referenceable and its valid values.classValidValueMembershipPropertiesValidValueMembershipProperties provides a flag to indicate if this value is the default value for the set.classValidValuesImplPropertiesValidValuesImplProperties is a java bean used to associate a reference data asset with a valid value.classValidValuesMappingPropertiesValidValuesMappingProperties is a java bean used to create a mapping between two valid values from different valid value sets.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor.
-