Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareCapabilitiesProperties
-
Packages that use SoftwareCapabilitiesProperties 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 SoftwareCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return SoftwareCapabilitiesProperties Modifier and Type Method Description SoftwareCapabilitiesPropertiesSoftwareCapabilityElement. getSoftwareCapabilitiesProperties()Return the properties of the software server capability.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SoftwareCapabilitiesProperties Modifier and Type Method Description voidSoftwareCapabilityElement. setSoftwareCapabilitiesProperties(SoftwareCapabilitiesProperties softwareCapabilitiesProperties)Set up the properties of the software server capability. -
Uses of SoftwareCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SoftwareCapabilitiesProperties 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 SoftwareCapabilitiesProperties Constructor Description ApplicationProperties(SoftwareCapabilitiesProperties template)Copy/clone constructor from OCF bean.DataProcessingEngineProperties(SoftwareCapabilitiesProperties template)Copy/clone constructor from OCF bean.FileManagerProperties(SoftwareCapabilitiesProperties template)Copy/clone constructor from OCF bean.FileSystemProperties(SoftwareCapabilitiesProperties template)Copy/clone constructor from OCF bean.SoftwareCapabilitiesProperties(SoftwareCapabilitiesProperties template)Copy/clone constructor. -
Uses of SoftwareCapabilitiesProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SoftwareCapabilitiesProperties 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.classSoftwareCapabilityRequestBodySoftwareCapabilityRequestBody describes the basic properties of a software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SoftwareCapabilitiesProperties Constructor Description SoftwareCapabilityRequestBody(SoftwareCapabilitiesProperties template)Copy/clone constructor.
-