Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Packages that use DerivedSchemaTypeQueryTargetProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of DerivedSchemaTypeQueryTargetProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Methods in org.odpi.openmetadata.accessservices.assetowner.properties that return types with arguments of type DerivedSchemaTypeQueryTargetProperties Modifier and Type Method Description List<DerivedSchemaTypeQueryTargetProperties>SchemaTypeProperties. getQueries()Return the list of queries that are used to create the derived schema element.Method parameters in org.odpi.openmetadata.accessservices.assetowner.properties with type arguments of type DerivedSchemaTypeQueryTargetProperties Modifier and Type Method Description voidSchemaTypeProperties. setQueries(List<DerivedSchemaTypeQueryTargetProperties> queries)Set up the list of queries that are used to create the derived schema element.Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type DerivedSchemaTypeQueryTargetProperties Constructor Description DerivedSchemaTypeQueryTargetProperties(DerivedSchemaTypeQueryTargetProperties template)Copy/clone constructor.
-