| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
abstract void |
OMRSMetadataCollection.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
void |
OMRSMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
abstract void |
OMRSMetadataCollection.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
void |
OMRSMetadataCollectionBase.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
abstract void |
OMRSMetadataCollection.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateUnknownAttributeTypeDef(String sourceName,
String parameterName,
AttributeTypeDef attributeTypeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
void |
OMRSRepositoryValidator.validateUnknownTypeDef(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
Copyright © 2018–2019 ODPi. All rights reserved.