Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeElement. getConnectorTypeProperties()Return the properties for the connector type.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.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.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.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).
-