Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.PortProperties
-
Packages that use PortProperties 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 PortProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type PortProperties Modifier and Type Method Description StringLineageExchangeInterface. createPort(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String processGUID, String portExternalIdentifier, String portExternalIdentifierName, String portExternalIdentifierUsage, String portExternalIdentifierSource, KeyPattern portExternalIdentifierKeyPattern, Map<String,String> mappingProperties, PortProperties portProperties)Create a new metadata element to represent a port.voidLineageExchangeInterface. updatePort(String userId, String assetManagerGUID, String assetManagerName, String portGUID, String portExternalIdentifier, PortProperties portProperties)Update the properties of the metadata element representing a port. -
Uses of PortProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return PortProperties Modifier and Type Method Description PortPropertiesPortElement. getPortProperties()Return details of the portMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type PortProperties Modifier and Type Method Description voidPortElement. setPortProperties(PortProperties portProperties)Set up port properties -
Uses of PortProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type PortProperties Constructor Description PortProperties(PortProperties template)Copy/clone constructor. -
Uses of PortProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return PortProperties Modifier and Type Method Description PortPropertiesPortRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type PortProperties Modifier and Type Method Description voidPortRequestBody. setElementProperties(PortProperties elementProperties)Set up the properties for the element.
-