Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Packages that use EmbeddedConnection Package Description org.odpi.openmetadata.accessservices.assetowner.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of EmbeddedConnection in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return types with arguments of type EmbeddedConnection Modifier and Type Method Description List<EmbeddedConnection>ConnectionElement. getEmbeddedConnections()Return the list of embedded connections for this virtual connection.Method parameters in org.odpi.openmetadata.accessservices.assetowner.metadataelements with type arguments of type EmbeddedConnection Modifier and Type Method Description voidConnectionElement. setEmbeddedConnections(List<EmbeddedConnection> embeddedConnections)Set up the list of embedded connections for this virtual connection.Constructors in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type EmbeddedConnection Constructor Description EmbeddedConnection(EmbeddedConnection template)Copy/clone constructor.
-