Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.PortImplementation
-
-
Uses of PortImplementation in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return PortImplementation Modifier and Type Method Description PortImplementationPortImplementationEvent. getPortImplementation()Returns the port implementationMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type PortImplementation Modifier and Type Method Description voidPortImplementationEvent. setPortImplementation(PortImplementation portImplementation)Sets up the port implementation -
Uses of PortImplementation in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return types with arguments of type PortImplementation Modifier and Type Method Description List<PortImplementation>Process. getPortImplementations()Gets port implementations.Method parameters in org.odpi.openmetadata.accessservices.dataengine.model with type arguments of type PortImplementation Modifier and Type Method Description voidProcess. setPortImplementations(List<PortImplementation> portImplementations)Sets port implementations. -
Uses of PortImplementation in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return PortImplementation Modifier and Type Method Description PortImplementationPortImplementationRequestBody. getPortImplementation()Methods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type PortImplementation Modifier and Type Method Description voidPortImplementationRequestBody. setPortImplementation(PortImplementation portImplementation)
-