Class ProcessBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
org.odpi.openmetadata.commonservices.generichandlers.AssetBuilder
org.odpi.openmetadata.commonservices.generichandlers.ProcessBuilder
ProcessBuilder creates the parts of a root repository entity for a process.  The default type of this process
 is DeployedSoftwareComponent.
- 
Field SummaryFields inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilderqualifiedNameFields 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.getProcessHierarchyProperties(int processContainmentOrdinal) Create the properties for the ProcessHierarchy relationship.Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.AssetBuildersetAssetOwnership, setAssetZonesMethods inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuildergetMementoProperties, getQualifiedName, setMemento, setOwnershipClassification, setSecurityTags, setTemplateMethods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuildergetEntityClassifications, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, isClassificationSet, setAnchors, setAnchors, setClassification, setEffectivityDates, setEffectivityDates, setTemplateClassifications, setTemplateSubstitute, updateInstanceProperties
- 
Method Details- 
getProcessHierarchyPropertiespublic InstanceProperties getProcessHierarchyProperties(int processContainmentOrdinal) throws InvalidParameterException Create the properties for the ProcessHierarchy relationship.- Parameters:
- processContainmentOrdinal- ordinal for the containmentType property
- Returns:
- instance properties
- Throws:
- InvalidParameterException- enum type not supported (should not happen)
 
- 
getInstancePropertiesReturn the supplied bean properties in an InstanceProperties object.- Overrides:
- getInstancePropertiesin class- AssetBuilder
- Parameters:
- methodName- name of the calling method
- Returns:
- InstanceProperties object
- Throws:
- InvalidParameterException- there is a problem with the properties
 
 
-