Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties Package Description org.odpi.openmetadata.accessservices.assetowner.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetowner.properties This 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.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeElement. getConnectorTypeProperties()Return the properties for the connector type.Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.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).
-