Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeChoiceProperties
-
Packages that use SchemaTypeChoiceProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api 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 SchemaTypeChoiceProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type SchemaTypeChoiceProperties Modifier and Type Method Description StringSchemaManagerInterface. createSchemaTypeChoice(String userId, String externalSourceGUID, String externalSourceName, SchemaTypeChoiceProperties schemaTypeProperties, List<String> schemaTypeOptionGUIDs)Create a new metadata element to represent a list of possible schema types that can be used for the attached schema attribute. -
Uses of SchemaTypeChoiceProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SchemaTypeChoiceProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classEventTypeListPropertiesEventTypeProperties is a class for representing the top-level element for an event.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type SchemaTypeChoiceProperties Constructor Description SchemaTypeChoiceProperties(SchemaTypeChoiceProperties template)Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset. -
Uses of SchemaTypeChoiceProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SchemaTypeChoiceProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classSchemaTypeChoiceRequestBodySchemaTypeChoiceRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability and the list of guids for the schema types that represent the choices.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SchemaTypeChoiceProperties Constructor Description SchemaTypeChoiceRequestBody(SchemaTypeChoiceProperties template)Copy/clone constructor.
-