Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
-
Packages that use AssetProperties 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 AssetProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of AssetProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classAPIPropertiesAPIProperties is a class for representing an API deployed to an API Gateway or supported by an application.classDatabasePropertiesDatabaseProperties is a class for representing a generic database.classDatabaseSchemaPropertiesDatabaseSchemaProperties is a class for representing the top level database schema.classDataFilePropertiesDataFileProperties describes the property of a single data file.classDataSetPropertiesDataSetProperties is a class for representing a generic data set.classDataStorePropertiesDataStoreProperties is a class for representing a generic data store.classFileFolderPropertiesFileFolderProperties defines an asset that is a folder.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 AssetProperties Constructor Description AssetProperties(AssetProperties template)Copy/clone constructor.DataStoreProperties(AssetProperties template)Copy/clone constructor. -
Uses of AssetProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of AssetProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIRequestBodyAPIRequestBody describes the properties of the API plus the optional identifiers for an owning software server capability.classDataFileRequestBodyDataFileRequestBody carries the parameters for creating a new file asset.classDataFolderRequestBodyDataFileRequestBody carries the parameters for creating a new file asset.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.
-