Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
-
Packages that use SoftwareServerCapabilitiesProperties Package Description org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SoftwareServerCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return SoftwareServerCapabilitiesProperties Modifier and Type Method Description SoftwareServerCapabilitiesPropertiesSoftwareServerCapabilityElement. getSoftwareServerCapabilitiesProperties()Return the properties of the software server capability.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SoftwareServerCapabilitiesProperties Modifier and Type Method Description voidSoftwareServerCapabilityElement. setSoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties softwareServerCapabilitiesProperties)Set up the properties of the software server capability. -
Uses of SoftwareServerCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SoftwareServerCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classAPIManagerPropertiesAPIManagerProperties describes the API managing capability of a serverclassApplicationPropertiesApplicationProperties describes an collection of processes (application) that implements support for the business.classDatabaseManagerPropertiesDatabaseManagerProperties describes the DBMS capability of a database serverclassDataProcessingEnginePropertiesDataProcessingEngineProperties describes an engine.classEventBrokerPropertiesEventBrokerProperties describes the server than manages the exchange of events between independent services.classFileManagerPropertiesFileSystemProperties describes an application that manages a collection of files.classFileSystemPropertiesFileSystemProperties describes the root node of a file system.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type SoftwareServerCapabilitiesProperties Constructor Description ApplicationProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor from OCF bean.DataProcessingEngineProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor from OCF bean.FileManagerProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor from OCF bean.FileSystemProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor from OCF bean.SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor. -
Uses of SoftwareServerCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SoftwareServerCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIManagerRequestBodyAPIManagerRequestBody describes the basic properties of an API manager's software server capability.classApplicationRequestBodyApplicationRequestBody describes the basic properties of an application's software server capability.classDatabaseManagerRequestBodyDatabaseManagerRequestBody describes the basic properties of a database manager's software server capability.classDataProcessingEngineRequestBodyDataProcessingEngineRequestBody describes the basic properties of a data processing engine's software server capability.classEventBrokerRequestBodyEventBrokerRequestBody describes the basic properties of a event broker's software server capability.classFileManagerRequestBodyFileManagerProperties describes the root node of a file system.classFileSystemRequestBodyFileSystemProperties describes the root node of a file system.classSoftwareServerCapabilityRequestBodySoftwareServerCapabilityRequestBody describes the basic properties of a software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SoftwareServerCapabilitiesProperties Constructor Description SoftwareServerCapabilityRequestBody(SoftwareServerCapabilitiesProperties template)Copy/clone constructor.
-