Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyValue
-
-
Uses of InstancePropertyValue in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Subclasses of InstancePropertyValue in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances Modifier and Type Class Description classArrayPropertyValueArrayPropertyValue stores the values of an array within an entity or relationship properties.classEnumPropertyValueAn EnumPropertyValue stores the value for an enum property.classMapPropertyValueMapPropertyValue stores the values of a map within an entity, struct or relationship properties.classPrimitivePropertyValuePrimitivePropertyValue stores a single primitive property.classStructPropertyValueStructPropertyValue supports the value part of property that is defined as a complex structure.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type parameters of type InstancePropertyValue Modifier and Type Method Description protected <K,V extends InstancePropertyValue>
Map<K,Object>InstancePropertyValue. mapValuesAsObject(Map<K,V> valMap)Default method for "valueAsString".protected <K,V extends InstancePropertyValue>
Map<K,String>InstancePropertyValue. mapValuesAsString(Map<K,V> valMap)Default method for "valueAsObject".Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return InstancePropertyValue Modifier and Type Method Description InstancePropertyValueArrayPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.InstancePropertyValueEnumPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.abstract InstancePropertyValueInstancePropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.InstancePropertyValueMapPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.InstancePropertyValuePrimitivePropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.InstancePropertyValueStructPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.InstancePropertyValueInstanceProperties. getPropertyValue(String name)Returns the requested instance property for the element.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return types with arguments of type InstancePropertyValue Modifier and Type Method Description Map<String,InstancePropertyValue>InstanceProperties. getInstanceProperties()Return the instance properties as a map.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstancePropertyValue Modifier and Type Method Description voidArrayPropertyValue. setArrayValue(int elementNumber, InstancePropertyValue propertyValue)Add or update an element in the array.voidMapPropertyValue. setMapValue(String propertyName, InstancePropertyValue propertyValue)Add or update an element in the map.voidInstanceProperties. setProperty(String newPropertyName, InstancePropertyValue newPropertyValue)Adds or updates an instance property.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type InstancePropertyValue Modifier and Type Method Description voidInstanceProperties. setInstanceProperties(Map<String,InstancePropertyValue> instanceProperties)Set up the instance properties map.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstancePropertyValue Constructor Description InstancePropertyValue(InstancePropertyValue template)Copy/clone constructor initializes the instance property value from the supplied template. -
Uses of InstancePropertyValue in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search that return InstancePropertyValue Modifier and Type Method Description InstancePropertyValuePropertyCondition. getValue()Retrieve the value of the property against which to compare.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search with parameters of type InstancePropertyValue Modifier and Type Method Description voidPropertyCondition. setValue(InstancePropertyValue value)Set the value of the property against which to compare. -
Uses of InstancePropertyValue in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type InstancePropertyValue Modifier and Type Method Description BigDecimalOMRSRepositoryValidator. getNumericRepresentation(InstancePropertyValue value)Retrieve a numeric representation of the provided value, or null if it cannot be converted to a number.StringOMRSRepositoryValidator. getStringFromPropertyValue(InstancePropertyValue instancePropertyValue)Return the string form of a property value.
-