Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.ResourceEndpointConfig
-
Packages that use ResourceEndpointConfig Package Description org.odpi.openmetadata.adminservices.configuration.properties The properties package provides the configuration properties for the different subsystems that run inside the Open Metadata and Governance (OMAG) Platform. -
-
Uses of ResourceEndpointConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type ResourceEndpointConfig Modifier and Type Method Description List<ResourceEndpointConfig>IntegrationViewServiceConfig. getResourceEndpoints()Return the resourceEndpoints list.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type ResourceEndpointConfig Modifier and Type Method Description voidIntegrationViewServiceConfig. setResourceEndpoints(List<ResourceEndpointConfig> resourceEndpoints)Set the resourceEndpoints of resource.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type ResourceEndpointConfig Constructor Description ResourceEndpointConfig(ResourceEndpointConfig template)Copy/clone constructor
-