Class ConnectorTypeBuilder
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
-
- org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
-
- org.odpi.openmetadata.commonservices.generichandlers.ConnectorTypeBuilder
-
public class ConnectorTypeBuilder extends ReferenceableBuilder
ConnectorTypeBuilder is able to build the properties for an ConnectorType entity from an ConnectorType bean.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
qualifiedName
-
Fields inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
errorHandler, existingClassifications, extendedProperties, instanceStatus, newClassifications, repositoryHelper, serverName, serviceName, templateProperties, typeGUID, typeName
-
-
Constructor Summary
Constructors Constructor Description ConnectorTypeBuilder(String qualifiedName, String displayName, String description, String supportedAssetTypeName, String expectedDataFormat, String connectorProviderClassName, String connectorFrameworkName, String connectorInterfaceLanguage, List<String> connectorInterfaces, String targetTechnologySource, String targetTechnologyName, List<String> targetTechnologyInterfaces, List<String> targetTechnologyVersions, List<String> recognizedAdditionalProperties, List<String> recognizedSecuredProperties, List<String> recognizedConfigurationProperties, Map<String,String> additionalProperties, String typeId, String typeName, Map<String,Object> extendedProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)Constructor supporting all properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePropertiesgetInstanceProperties(String methodName)Return the supplied bean properties in an InstanceProperties object.-
Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
getQualifiedName, setMemento, setOwnershipClassification, setSecurityTags, setTemplate
-
Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
getEntityClassificationProperties, getEntityClassifications, getExistingEntityClassificationHeader, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, setAnchors, setClassification, setEffectivityDates, setEffectivityDates, setLatestChange, setTemplateClassifications, updateInstanceProperties
-
-
-
-
Constructor Detail
-
ConnectorTypeBuilder
public ConnectorTypeBuilder(String qualifiedName, String displayName, String description, String supportedAssetTypeName, String expectedDataFormat, String connectorProviderClassName, String connectorFrameworkName, String connectorInterfaceLanguage, List<String> connectorInterfaces, String targetTechnologySource, String targetTechnologyName, List<String> targetTechnologyInterfaces, List<String> targetTechnologyVersions, List<String> recognizedAdditionalProperties, List<String> recognizedSecuredProperties, List<String> recognizedConfigurationProperties, Map<String,String> additionalProperties, String typeId, String typeName, Map<String,Object> extendedProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
Constructor supporting all properties.- Parameters:
qualifiedName- unique namedisplayName- new value for the display namedescription- new description for the connector typesupportedAssetTypeName- the type of asset that the connector implementation supportsexpectedDataFormat- the format of the data that the connector supports - null for "any"connectorProviderClassName- class name of the connector providerconnectorFrameworkName- name of the connector framework that the connector implements - default Open Connector Framework (OCF)connectorInterfaceLanguage- the language that the connector is implemented in - default JavaconnectorInterfaces- list of interfaces that the connector supportstargetTechnologySource- the organization that supplies the target technology that the connector implementation connects totargetTechnologyName- the name of the target technology that the connector implementation connects totargetTechnologyInterfaces- the names of the interfaces in the target technology that the connector callstargetTechnologyVersions- the versions of the target technology that the connector supportsrecognizedAdditionalProperties- property name for additionalProperties in a linked Connection objectrecognizedSecuredProperties- property name for securedProperties in a linked Connection objectrecognizedConfigurationProperties- property name for configurationProperties in a linked Connection objectadditionalProperties- additional propertiestypeId- unique identifier of the type for the connector typetypeName- unique name of the type for the connector typeextendedProperties- properties from the subtyperepositoryHelper- helper methodsserviceName- name of this OMASserverName- name of local server
-
-
Method Detail
-
getInstanceProperties
public InstanceProperties getInstanceProperties(String methodName) throws InvalidParameterException
Return the supplied bean properties in an InstanceProperties object.- Overrides:
getInstancePropertiesin classReferenceableBuilder- Parameters:
methodName- name of the calling method- Returns:
- InstanceProperties object
- Throws:
InvalidParameterException- there is a problem with the properties
-
-