Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ValidValueProperties
-
Packages that use ValidValueProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.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.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ValidValueProperties Modifier and Type Method Description StringValidValuesExchangeInterface. createValidValueDefinition(String userId, String setGUID, String assetManagerGUID, String assetManagerName, ExternalIdentifierProperties externalIdentifierProperties, ValidValueProperties validValueProperties)Create a new valid value definition.StringValidValuesExchangeInterface. createValidValueSet(String userId, String assetManagerGUID, String assetManagerName, ExternalIdentifierProperties externalIdentifierProperties, ValidValueProperties validValueProperties)Create a new valid value set.voidValidValuesExchangeInterface. updateValidValue(String userId, String assetManagerGUID, String assetManagerName, String validValueGUID, String validValueExternalIdentifier, boolean isMergeUpdate, ValidValueProperties validValueProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the properties of the valid value. -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ValidValueProperties Modifier and Type Method Description ValidValuePropertiesValidValueElement. getValidValueProperties()Return details of the valid valueMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ValidValueProperties Modifier and Type Method Description voidValidValueElement. setValidValueProperties(ValidValueProperties validValueProperties)Set up the valid value properties -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ValidValueProperties Constructor Description ValidValueProperties(ValidValueProperties template)Copy/clone constructor
-