Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
-
Packages that use DataSetProperties Package Description 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 DataSetProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of DataSetProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classDatabaseSchemaPropertiesDatabaseSchemaProperties is a class for representing the top level database schema.classFormPropertiesFormProperties is a class for representing a display of data fields for a user to supply data values.classQueryPropertiesQueryProperties is a class for representing a query that supports the access of data for a report or form.classReportPropertiesReportProperties is a class for representing a report for an application or reporting engine.classTopicPropertiesTopicProperties is a class for representing a topic for an event broker or streaming service.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type DataSetProperties Constructor Description DataSetProperties(DataSetProperties template)Copy/clone constructor. -
Uses of DataSetProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of DataSetProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classFormRequestBodyFormRequestBody describes the properties of the form plus the optional identifiers for an owning software server capability.classQueryRequestBodyQueryRequestBody describes the properties of the query plus the optional identifiers for an owning software server capability.classReportRequestBodyReportRequestBody describes the properties of the report plus the optional identifiers for an owning software server capability.classTopicRequestBodyTopicRequestBody describes the properties of the topic plus the optional identifiers for an owning software server capability.
-