Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.ElementProperties
-
Packages that use ElementProperties Package Description org.odpi.openmetadata.frameworks.governanceaction The interfaces of the Governance Action Framework (GAF) The governance action framework defines interfaces for governance action services.org.odpi.openmetadata.frameworks.governanceaction.properties org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of ElementProperties in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type ElementProperties Modifier and Type Method Description voidGovernanceActionContext. classifyMetadataElement(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.voidGovernanceActionContext. classifyMetadataElement(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.voidRemediationGovernanceContext. classifyMetadataElement(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.voidRemediationGovernanceContext. classifyMetadataElement(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.abstract voidOpenMetadataClient. classifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.StringGovernanceActionContext. createMetadataElement(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringGovernanceActionContext. createMetadataElement(String metadataElementTypeName, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringRemediationGovernanceContext. createMetadataElement(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringRemediationGovernanceContext. createMetadataElement(String metadataElementTypeName, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.abstract StringOpenMetadataClient. createMetadataElementInStore(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringGovernanceActionContext. createRelatedElements(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.StringGovernanceActionContext. createRelatedElements(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.StringRemediationGovernanceContext. createRelatedElements(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.StringRemediationGovernanceContext. createRelatedElements(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.abstract StringOpenMetadataClient. createRelatedElementsInStore(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.voidGovernanceActionContext. reclassifyMetadataElement(String metadataElementGUID, String classificationName, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a classification that is currently attached to a specific metadata element.voidRemediationGovernanceContext. reclassifyMetadataElement(String metadataElementGUID, String classificationName, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a classification that is currently attached to a specific metadata element.abstract voidOpenMetadataClient. reclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a classification that is currently attached to a specific metadata element.voidGovernanceActionContext. updateMetadataElement(String metadataElementGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a specific metadata element.voidRemediationGovernanceContext. updateMetadataElement(String metadataElementGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a specific metadata element.abstract voidOpenMetadataClient. updateMetadataElementInStore(String metadataElementGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a specific metadata element.voidGovernanceActionContext. updateRelatedElements(String relationshipGUID, boolean replaceProperties, ElementProperties properties)Update the properties associated with a relationship.voidRemediationGovernanceContext. updateRelatedElements(String relationshipGUID, boolean replaceProperties, ElementProperties properties)Update the properties associated with a relationship.abstract voidOpenMetadataClient. updateRelatedElementsInStore(String relationshipGUID, boolean replaceProperties, ElementProperties properties)Update the properties associated with a relationship. -
Uses of ElementProperties in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return ElementProperties Modifier and Type Method Description ElementPropertiesElementClassification. getClassificationProperties()Return a collection of the additional stored properties for the classification.ElementPropertiesOpenMetadataElement. getElementProperties()Return the properties that are stored with the metadata element.ElementPropertiesRelatedMetadataElement. getRelationshipProperties()Return the properties associated with the relationship.ElementPropertiesRelatedMetadataElements. getRelationshipProperties()Return the properties associated with the relationship.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementProperties Modifier and Type Method Description voidElementClassification. setClassificationProperties(ElementProperties classificationProperties)Set up a collection of the additional stored properties for the classification.voidOpenMetadataElement. setElementProperties(ElementProperties elementProperties)Set up the properties that are stored with the metadata element.voidRelatedMetadataElement. setRelationshipProperties(ElementProperties relationshipProperties)Set up the properties associated with the relationship.voidRelatedMetadataElements. setRelationshipProperties(ElementProperties relationshipProperties)Set up the properties associated with the relationship. -
Uses of ElementProperties in org.odpi.openmetadata.frameworks.governanceaction.search
Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return ElementProperties Modifier and Type Method Description ElementPropertiesPropertyHelper. addBooleanProperty(ElementProperties properties, String propertyName, boolean propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addDateProperty(ElementProperties properties, String propertyName, Date propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addEnumProperty(ElementProperties properties, String propertyName, String propertyType, String symbolicName)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addFloatProperty(ElementProperties properties, String propertyName, float propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addIntProperty(ElementProperties properties, String propertyName, int propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addLongProperty(ElementProperties properties, String propertyName, long propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addMapProperty(ElementProperties properties, String propertyName, Map<String,Object> mapValues)Add the supplied map property to an element properties object.ElementPropertiesPropertyHelper. addPropertyMap(ElementProperties properties, Map<String,Object> mapValues)Add the supplied property map to an element properties object.ElementPropertiesPropertyHelper. addStringArrayProperty(ElementProperties properties, String propertyName, List<String> arrayValues)Add the supplied array property to an element properties object.ElementPropertiesPropertyHelper. addStringMapProperty(ElementProperties properties, String propertyName, Map<String,String> mapValues)Add the supplied map property to an element properties object.ElementPropertiesPropertyHelper. addStringProperty(ElementProperties properties, String propertyName, String propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addStringPropertyMap(ElementProperties properties, Map<String,String> mapValues)Add the supplied property map to an element properties object.ElementPropertiesArrayPropertyValue. getArrayValues()Return a copy of the array elements.ElementPropertiesStructPropertyValue. getAttributes()Return the attributes that make up the fields of the struct.ElementPropertiesMapPropertyValue. getMapValues()Return a copy of the map elements.Methods in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type ElementProperties Modifier and Type Method Description ElementPropertiesPropertyHelper. addBooleanProperty(ElementProperties properties, String propertyName, boolean propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addDateProperty(ElementProperties properties, String propertyName, Date propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addEnumProperty(ElementProperties properties, String propertyName, String propertyType, String symbolicName)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addFloatProperty(ElementProperties properties, String propertyName, float propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addIntProperty(ElementProperties properties, String propertyName, int propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addLongProperty(ElementProperties properties, String propertyName, long propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addMapProperty(ElementProperties properties, String propertyName, Map<String,Object> mapValues)Add the supplied map property to an element properties object.ElementPropertiesPropertyHelper. addPropertyMap(ElementProperties properties, Map<String,Object> mapValues)Add the supplied property map to an element properties object.ElementPropertiesPropertyHelper. addStringArrayProperty(ElementProperties properties, String propertyName, List<String> arrayValues)Add the supplied array property to an element properties object.ElementPropertiesPropertyHelper. addStringMapProperty(ElementProperties properties, String propertyName, Map<String,String> mapValues)Add the supplied map property to an element properties object.ElementPropertiesPropertyHelper. addStringProperty(ElementProperties properties, String propertyName, String propertyValue)Add the supplied property to an element properties object.ElementPropertiesPropertyHelper. addStringPropertyMap(ElementProperties properties, Map<String,String> mapValues)Add the supplied property map to an element properties object.Map<String,Boolean>PropertyHelper. getBooleanMapFromProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.booleanPropertyHelper. getBooleanProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Return the requested property or false if property is not found.DatePropertyHelper. getDateProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Return the requested property or null if property is not found.Map<String,Object>PropertyHelper. getElementPropertiesAsMap(ElementProperties properties)Convert an element properties object into a map.Map<String,Integer>PropertyHelper. getIntegerMapFromProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.intPropertyHelper. getIntProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Return the requested property or 0 if property is not found.Map<String,Long>PropertyHelper. getLongMapFromProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Object>PropertyHelper. getMapFromProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.SearchPropertiesPropertyHelper. getSearchProperties(ElementProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object.Map<String,String>PropertyHelper. getStringMapFromProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.StringPropertyHelper. getStringProperty(String sourceName, String propertyName, ElementProperties properties, String methodName)Return the requested property or null if property is not found.voidArrayPropertyValue. setArrayValues(ElementProperties arrayValues)Set up the array elements in one call.voidStructPropertyValue. setAttributes(ElementProperties attributes)Set up the attributes that make up the fields of the struct.voidMapPropertyValue. setMapValues(ElementProperties mapValues)Set up the map elements in one call.Constructors in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type ElementProperties Constructor Description ElementProperties(ElementProperties templateProperties)Copy/clone constructor.
-