| 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).
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeBuilder |
SchemaTypeBuilder.getMapFrom()
Return the builder for the type of the value that is in the domain of the map.
|
SchemaTypeBuilder |
SchemaTypeBuilder.getMapTo()
Return the builder for the type of the value that is in the range of the map.
|
SchemaTypeBuilder |
SchemaAttributeBuilder.getSchemaTypeBuilder()
Return the schema type builder to the handler to add any extra elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTypeBuilder> |
SchemaTypeBuilder.getSchemaOptions()
Return the list of types that are represented by a schema option type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SchemaTypeHandler.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).
|
void |
SchemaTypeBuilder.setMapTypes(SchemaTypeBuilder mapFrom,
SchemaTypeBuilder mapTo)
Set up the builder to support a map type.
|
void |
SchemaAttributeBuilder.setSchemaType(String userId,
SchemaTypeBuilder schemaTypeBuilder,
String methodName)
The schema type can be stored in the TypeEmbeddedAttribute classification for the schema attribute entity.
|
void |
SchemaTypeHandler.updateSchemaType(String userId,
String externalSourceGUID,
String externalSourceName,
String existingSchemaTypeGUID,
String existingSchemaTypeGUIDParameterName,
SchemaTypeBuilder builder)
Update a stored schemaType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeBuilder.setSchemaOptions(List<SchemaTypeBuilder> schemaOptions)
Set up the list of types that are represented by a schema option type.
|
Copyright © 2018–2020 ODPi. All rights reserved.