Uses of Class
org.odpi.openmetadata.commonservices.generichandlers.SchemaTypeBuilder
-
Packages that use SchemaTypeBuilder Package Description org.odpi.openmetadata.commonservices.generichandlers The generic handlers provide sevices to translate OMAS requests built around that service's private beans into calls to the repository services (through the repository handler). -
-
Uses of SchemaTypeBuilder in org.odpi.openmetadata.commonservices.generichandlers
Methods in org.odpi.openmetadata.commonservices.generichandlers that return SchemaTypeBuilder Modifier and Type Method Description SchemaTypeBuilderSchemaTypeBuilder. getMapFrom()Return the builder for the type of the value that is in the domain of the map.SchemaTypeBuilderSchemaTypeBuilder. getMapTo()Return the builder for the type of the value that is in the range of the map.SchemaTypeBuilderSchemaAttributeBuilder. getSchemaTypeBuilder()Return the schema type builder to the handler to add any extra elements.Methods in org.odpi.openmetadata.commonservices.generichandlers that return types with arguments of type SchemaTypeBuilder Modifier and Type Method Description List<SchemaTypeBuilder>SchemaTypeBuilder. getSchemaOptions()Return the list of types that are represented by a schema option type.Methods in org.odpi.openmetadata.commonservices.generichandlers with parameters of type SchemaTypeBuilder Modifier and Type Method Description StringSchemaTypeHandler. addSchemaType(String userId, String externalSourceGUID, String externalSourceName, SchemaTypeBuilder schemaTypeBuilder, String methodName)Store a new schema type (and optional attributes) in the repository and return its unique identifier (GUID).voidSchemaTypeBuilder. setMapTypes(SchemaTypeBuilder mapFrom, SchemaTypeBuilder mapTo)Set up the builder to support a map type.voidSchemaAttributeBuilder. setSchemaType(String userId, SchemaTypeBuilder schemaTypeBuilder, String methodName)The schema type can be stored in the TypeEmbeddedAttribute classification for the schema attribute entity.voidSchemaTypeHandler. updateSchemaType(String userId, String externalSourceGUID, String externalSourceName, String existingSchemaTypeGUID, String existingSchemaTypeGUIDParameterName, SchemaTypeBuilder builder)Update a stored schemaType.voidSchemaTypeHandler. updateSchemaType(String userId, String externalSourceGUID, String externalSourceName, String existingSchemaTypeGUID, String existingSchemaTypeGUIDParameterName, SchemaTypeBuilder builder, boolean isMergeUpdate, String methodName)Update a stored schemaType.Method parameters in org.odpi.openmetadata.commonservices.generichandlers with type arguments of type SchemaTypeBuilder Modifier and Type Method Description voidSchemaTypeBuilder. setSchemaOptions(List<SchemaTypeBuilder> schemaOptions)Set up the list of types that are represented by a schema option type.
-