Class ConnectorTypeBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
org.odpi.openmetadata.commonservices.generichandlers.ConnectorTypeBuilder
ConnectorTypeBuilder is able to build the properties for an ConnectorType entity from an ConnectorType bean.
-
Constructor Summary
ConstructorsConstructorDescriptionConnectorTypeBuilder(String qualifiedName, String displayName, String description, String supportedAssetTypeName, String supportedDeployedImplementationType, 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, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName) Constructor supporting all properties. -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertiesgetInstanceProperties(String methodName) Return the supplied bean properties in an InstanceProperties object.Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableBuilder
getMementoProperties, getQualifiedName, setMemento, setSecurityTags, setTemplateMethods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
getEntityClassifications, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, isClassificationSet, setAnchors, setAnchors, setClassification, setEffectivityDates, setTemplateClassifications, setTemplateSubstitute
-
Constructor Details
-
ConnectorTypeBuilder
public ConnectorTypeBuilder(String qualifiedName, String displayName, String description, String supportedAssetTypeName, String supportedDeployedImplementationType, 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, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.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 supportssupportedDeployedImplementationType- 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 Details
-
getInstanceProperties
public org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties getInstanceProperties(String methodName) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException Return the supplied bean properties in an InstanceProperties object.- Overrides:
getInstancePropertiesin classReferenceableBuilder- Parameters:
methodName- name of the calling method- Returns:
- InstanceProperties object
- Throws:
org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException- there is a problem with the properties
-