Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceValueAssignmentProperties
-
Packages that use ReferenceValueAssignmentProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of ReferenceValueAssignmentProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ReferenceValueAssignmentProperties Modifier and Type Method Description voidValidValueManagementInterface. setupReferenceValueTag(String userId, String externalSourceGUID, String externalSourceName, String elementGUID, ReferenceValueAssignmentProperties properties, String validValueGUID)Create a reference value assignment relationship between an element and a valid value to show that the valid value is a semiformal tag/classification. -
Uses of ReferenceValueAssignmentProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ReferenceValueAssignmentProperties Constructor Description ReferenceValueAssignmentProperties(ReferenceValueAssignmentProperties template)Copy/clone constructor.
-