Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueMembershipProperties
-
Packages that use ValidValueMembershipProperties 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 ValidValueMembershipProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ValidValueMembershipProperties Modifier and Type Method Description voidValidValueManagementInterface. setupValidValueMember(String userId, String externalSourceGUID, String externalSourceName, String validValueSetGUID, ValidValueMembershipProperties properties, String validValueMemberGUID)Create a membership relationship between a validValue and a validValueSet that it belongs to. -
Uses of ValidValueMembershipProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ValidValueMembershipProperties Constructor Description ValidValueMembershipProperties(ValidValueMembershipProperties template)Copy/clone constructor
-