public class OpenMetadataArchiveTypeStore extends Object
| Constructor and Description |
|---|
OpenMetadataArchiveTypeStore()
Default constructor for OpenMetadataArchiveTypeStore relies on variables being initialized in their declaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeDef> |
getAttributeTypeDefs()
Return the list of attribute types used in this archive.
|
List<TypeDef> |
getNewTypeDefs()
Return the list of new TypeDefs in this open metadata archive.
|
List<TypeDefPatch> |
getTypeDefPatches()
Return the list of TypeDef patches from this archive.
|
void |
setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute types used in this archive.
|
void |
setNewTypeDefs(List<TypeDef> newTypeDefs)
Set up the list of new TypeDefs in this open metadata archive.
|
void |
setTypeDefPatches(List<TypeDefPatch> typeDefPatches)
Set up the list of TypeDef patches from this archive.
|
public OpenMetadataArchiveTypeStore()
public List<AttributeTypeDef> getAttributeTypeDefs()
public void setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
attributeTypeDefs - list of AttributeTypeDef objectspublic List<TypeDefPatch> getTypeDefPatches()
public void setTypeDefPatches(List<TypeDefPatch> typeDefPatches)
typeDefPatches - list of TypeDef objectspublic List<TypeDef> getNewTypeDefs()
Copyright © 2018 ODPi. All rights reserved.