Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueAssignmentProperties
-
Packages that use ValidValueAssignmentProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ValidValueAssignmentProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ValidValueAssignmentProperties Modifier and Type Method Description voidValidValueManagementInterface. setupValidValues(String userId, String externalSourceGUID, String externalSourceName, String elementGUID, ValidValueAssignmentProperties properties, String validValueGUID)Create a valid value assignment relationship between an element and a valid value (typically, a valid value set) to show that the valid value defines the values that can be stored in the data item that the element represents. -
Uses of ValidValueAssignmentProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ValidValueAssignmentProperties Constructor Description ValidValueAssignmentProperties(ValidValueAssignmentProperties template)Copy/clone constructor
-