Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.QueryTargetProperties
-
Packages that use QueryTargetProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of QueryTargetProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return types with arguments of type QueryTargetProperties Modifier and Type Method Description List<QueryTargetProperties>SchemaTypeProperties. getQueries()Return the list of queries that are used to create the derived schema element.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.properties with type arguments of type QueryTargetProperties Modifier and Type Method Description voidSchemaTypeProperties. setQueries(List<QueryTargetProperties> queries)Set up the list of queries that are used to create the derived schema element.Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type QueryTargetProperties Constructor Description QueryTargetProperties(QueryTargetProperties template)Copy/clone constructor.
-