Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ConnectorTypeProperties Modifier and Type Method Description StringConnectionExchangeInterface. createConnectorType(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, ExternalIdentifierProperties externalIdentifierProperties, ConnectorTypeProperties connectorTypeProperties)Create a new metadata element to represent the root of a connectorType.voidConnectionExchangeInterface. updateConnectorType(String userId, String assetManagerGUID, String assetManagerName, String connectorTypeGUID, String connectorTypeExternalIdentifier, boolean isMergeUpdate, ConnectorTypeProperties connectorTypeProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the metadata element representing a connectorType. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeElement. getConnectorTypeProperties()Return the properties for the connector type.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ConnectorTypeProperties Modifier and Type Method Description voidConnectorTypeElement. setConnectorTypeProperties(ConnectorTypeProperties connectorTypeProperties)Set up the properties for the connector type. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ConnectorTypeProperties Constructor Description ConnectorTypeProperties(ConnectorTypeProperties template)Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly). -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ConnectorTypeProperties Modifier and Type Method Description voidConnectorTypeRequestBody. setElementProperties(ConnectorTypeProperties elementProperties)Set up the properties for the element.
-