| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| org.odpi.openmetadata.accessservices.assetmanager.properties |
These beans describe the core properties that are passed to the server to create and update metadata.
|
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SchemaExchangeInterface.createSchemaType(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String schemaTypeExternalIdentifier,
String schemaTypeExternalIdentifierName,
String schemaTypeExternalIdentifierUsage,
String schemaTypeExternalIdentifierSource,
KeyPattern schemaTypeExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
SchemaTypeProperties schemaTypeProperties)
Create a new metadata element to represent a schema type.
|
void |
SchemaExchangeInterface.updateSchemaType(String userId,
String assetManagerGUID,
String assetManagerName,
String schemaTypeGUID,
String schemaTypeExternalIdentifier,
boolean isMergeUpdate,
SchemaTypeProperties schemaTypeProperties)
Update the metadata element representing a schema type.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeProperties |
SchemaTypeElement.getSchemaTypeProperties()
Return the properties for the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeElement.setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)
Set up the properties for the schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexSchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes.
|
class |
EnumSchemaTypeProperties
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
|
class |
ExternalSchemaTypeProperties
ExternalSchemaTypeProperties carries the unique identifier and properties of a reusable schema type.
|
class |
LiteralSchemaTypeProperties
LiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.
|
class |
MapSchemaTypeProperties
MapSchemaType describes a schema element of type map.
|
class |
PrimitiveSchemaTypeProperties
PrimitiveSchemaTypeProperties is a class for representing a primitive value.
|
class |
SchemaTypeChoiceProperties
SchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.
|
class |
SimpleSchemaTypeProperties
SimpleSchemaTypeProperties describes the properties of type that has a single value.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeProperties |
ExternalSchemaTypeProperties.getExternalSchemaType()
Return the schema type that is reusable amongst assets.
|
SchemaTypeProperties |
MapSchemaTypeProperties.getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
SchemaTypeProperties |
MapSchemaTypeProperties.getMapToElement()
Return the type of schema element that represents the property value for the map.
|
SchemaTypeProperties |
SchemaAttributeProperties.getSchemaType()
Set up SchemaType for this schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTypeProperties> |
SchemaTypeChoiceProperties.getSchemaOptions()
Return the list of alternative schema types that this attribute or asset may use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalSchemaTypeProperties.setExternalSchemaType(SchemaTypeProperties externalSchemaType)
Set up the schema type that is reusable amongst assets.
|
void |
MapSchemaTypeProperties.setMapFromElement(SchemaTypeProperties mapFromElement)
Set up the type of schema element that represents the key or property name for the map.
|
void |
MapSchemaTypeProperties.setMapToElement(SchemaTypeProperties mapToElement)
Set up the type of schema element that represents the property value for the map.
|
void |
SchemaAttributeProperties.setSchemaType(SchemaTypeProperties schemaType)
Set up SchemaType for this schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeChoiceProperties.setSchemaOptions(List<SchemaTypeProperties> schemaOptions)
Set up the list of alternative schema types that this attribute or asset may use.
|
| Constructor and Description |
|---|
SchemaTypeProperties(SchemaTypeProperties template)
Copy/clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeProperties |
SchemaTypeRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeRequestBody.setElementProperties(SchemaTypeProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.