| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.governanceaction.search |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayPropertyValue
ArrayPropertyValue stores the values of an array within an entity or relationship properties.
|
class |
EnumPropertyValue
An EnumPropertyValue stores the value for an enum property.
|
class |
MapPropertyValue
MapPropertyValue stores the values of a map within an entity, struct or relationship properties.
|
class |
PrimitivePropertyValue
PrimitivePropertyValue stores a single primitive property.
|
class |
StructPropertyValue
StructPropertyValue supports the value part of property that is defined as a complex structure.
|
| Modifier and Type | Method and Description |
|---|---|
protected <K,V extends PropertyValue> |
PropertyValue.mapValuesAsObject(Map<K,V> valMap)
Default method for "valueAsString".
|
protected <K,V extends PropertyValue> |
PropertyValue.mapValuesAsString(Map<K,V> valMap)
Default method for "valueAsObject".
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
ArrayPropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
PropertyValue |
EnumPropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
PropertyValue |
StructPropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
abstract PropertyValue |
PropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
PropertyValue |
PrimitivePropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
PropertyValue |
MapPropertyValue.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
PropertyValue |
ElementProperties.getPropertyValue(String name)
Returns the requested instance property for the element.
|
PropertyValue |
PropertyCondition.getValue()
Retrieve the value of the property against which to compare.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyValue> |
ElementProperties.getInstanceProperties()
Return the instance properties as a map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayPropertyValue.setArrayValue(int elementNumber,
PropertyValue propertyValue)
Add or update an element in the array.
|
void |
MapPropertyValue.setMapValue(String propertyName,
PropertyValue propertyValue)
Add or update an element in the map.
|
void |
ElementProperties.setProperty(String newPropertyName,
PropertyValue newPropertyValue)
Adds or updates an instance property.
|
void |
PropertyCondition.setValue(PropertyValue value)
Set the value of the property against which to compare.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementProperties.setInstanceProperties(Map<String,PropertyValue> instanceProperties)
Set up the instance properties map.
|
| Constructor and Description |
|---|
PropertyValue(PropertyValue template)
Copy/clone constructor initializes the instance property value from the supplied template.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.