Class MetadataElementBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementBuilder
MetadataElementBuilder is able to build the properties for an entity that extends OpenMetadataRoot.  It works with property maps for the
 properties and relies on the validation in the repository services to ensure that only valid properties are stored.
- 
Field SummaryFields inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuildererrorHandler, existingClassifications, extendedProperties, instanceStatus, newClassifications, repositoryHelper, serverName, serviceName, templateProperties, typeGUID, typeName
- 
Method SummaryModifier and TypeMethodDescriptiongetInstanceProperties(String methodName) Return the supplied bean properties in an InstanceProperties object.Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuildergetEntityClassifications, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, isClassificationSet, setAnchors, setAnchors, setClassification, setEffectivityDates, setEffectivityDates, setTemplateClassifications, setTemplateSubstitute, updateInstanceProperties
- 
Method Details- 
getInstancePropertiesReturn the supplied bean properties in an InstanceProperties object.- Overrides:
- getInstancePropertiesin class- OpenMetadataAPIGenericBuilder
- Parameters:
- methodName- name of the calling method
- Returns:
- InstanceProperties object
- Throws:
- InvalidParameterException- there is a problem with the properties
 
 
-