public class ExternalDataEnginePropertiesBuilder extends ReferenceableBuilder
qualifiedNameclassifications, errorHandler, repositoryHelper, serverName, serviceName| Constructor and Description |
|---|
ExternalDataEnginePropertiesBuilder(String qualifiedName,
String name,
String description,
String type,
String version,
String patchLevel,
String source,
Map<String,String> additionalProperties,
Map<String,Object> extendedProperties,
OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor supporting all properties.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProperties |
getInstanceProperties(String methodName)
Return the supplied bean properties in an InstanceProperties object.
|
InstanceProperties |
getNameInstanceProperties(String methodName)
Return the supplied bean properties that represent a name in an InstanceProperties object.
|
getQualifiedNameInstancePropertiesgetEntityClassifications, setClassificationspublic ExternalDataEnginePropertiesBuilder(String qualifiedName, String name, String description, String type, String version, String patchLevel, String source, Map<String,String> additionalProperties, Map<String,Object> extendedProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
qualifiedName - unique namename - new value for the display name.description - new description for the discovery engine.type - new description of the type of discovery engine.version - new version number for the discovery engine implementation.patchLevel - new patch level for the discovery engine implementation.source - new source description for the implementation of the discovery engine.additionalProperties - additional propertiesextendedProperties - properties from the subtype.repositoryHelper - helper methodsserviceName - name of this OMASserverName - name of local serverpublic InstanceProperties getInstanceProperties(String methodName) throws InvalidParameterException
getInstanceProperties in class ReferenceableBuildermethodName - name of the calling methodInvalidParameterException - there is a problem with the propertiespublic InstanceProperties getNameInstanceProperties(String methodName)
getNameInstanceProperties in class ReferenceableBuildermethodName - name of the calling methodCopyright © 2018–2020 ODPi. All rights reserved.