| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetowner.api |
This package provides the definition of the Java API for the Asset Owner OMAS.
|
| org.odpi.openmetadata.accessservices.assetowner.properties |
This properties package provides the extensions to asset for specific subtypes.
|
| org.odpi.openmetadata.accessservices.assetowner.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AssetOnboardingInterface.addSchemaAttribute(String serverName,
String userId,
String assetGUID,
String parentGUID,
SchemaAttributeProperties schemaAttribute)
Adds an attribute to a complex schema type like a relational table, avro schema or a structured document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AssetOnboardingInterface.addCombinedSchemaToAsset(String userId,
String assetGUID,
SchemaTypeProperties schemaType,
List<SchemaAttributeProperties> schemaAttributes)
Stores the supplied schema details in the catalog and attaches it to the asset.
|
void |
AssetOnboardingInterface.addSchemaAttributes(String serverName,
String userId,
String assetGUID,
String parentGUID,
List<SchemaAttributeProperties> schemaAttributes)
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedSchemaAttributeProperties
DerivedSchemaAttributeProperties carries the additional parameters for creating or updating derived schema attributes.
|
class |
TabularColumnProperties
A TabularColumnProperties defines a column in a simple table.
|
| Constructor and Description |
|---|
SchemaAttributeProperties(SchemaAttributeProperties template)
Copy/clone constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SchemaAttributeProperties> |
CombinedSchemaRequestBody.schemaAttributes |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeProperties |
SchemaAttributeRequestBody.getSchemaAttributeProperties()
Return the properties that describe the schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaAttributeProperties> |
SchemaAttributesRequestBody.getSchemaAttributeProperties()
Return the properties that describe the schema attribute.
|
List<SchemaAttributeProperties> |
CombinedSchemaRequestBody.getSchemaAttributes()
Return the names of the zones that this asset is a member of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaAttributeRequestBody.setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)
Set up the properties that describe the schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaAttributesRequestBody.setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)
Set up the properties that describe the schema attribute.
|
void |
CombinedSchemaRequestBody.setSchemaAttributes(List<SchemaAttributeProperties> schemaAttributes)
Set up the names of the zones that this asset is a member of.
|
Copyright © 2018–2020 ODPi. All rights reserved.