Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueProperties
-
Packages that use ValidValueProperties 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.metadataelements The metadata elements describe the way that metadata is returned from the repository.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 ValidValueProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ValidValueProperties Modifier and Type Method Description StringValidValueManagementInterface. createValidValue(String userId, String externalSourceGUID, String externalSourceName, ValidValueProperties validValueProperties)Create a new metadata element to represent the validValue.voidValidValueManagementInterface. updateValidValue(String userId, String externalSourceGUID, String externalSourceName, String validValueGUID, boolean isMergeUpdate, ValidValueProperties validValueProperties)Update the metadata element representing a validValue. -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ValidValueProperties Modifier and Type Method Description ValidValuePropertiesValidValueElement. getValidValueProperties()Return the properties for the valid value definition or set.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ValidValueProperties Modifier and Type Method Description voidValidValueElement. setValidValueProperties(ValidValueProperties validValueProperties)Set up the properties for the valid value definition or set. -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ValidValueProperties Constructor Description ValidValueProperties(ValidValueProperties template)Copy/clone constructor
-