public class OpenMetadataArchiveInstanceStore extends Object
| Constructor and Description |
|---|
OpenMetadataArchiveInstanceStore()
Default constructor relying on the initialization of variables in their declaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityDetail> |
getEntities()
Return the list of entities defined in the open metadata archive.
|
List<Relationship> |
getRelationships()
Return the list of relationships defined in this open metadata archive.
|
void |
setEntities(List<EntityDetail> entities)
Set up the list of entities defined in the open metadata archive.
|
void |
setRelationships(List<Relationship> relationships)
Set up the list of relationships defined in this open metadata archive.
|
public OpenMetadataArchiveInstanceStore()
public List<EntityDetail> getEntities()
public void setEntities(List<EntityDetail> entities)
entities - list of entitiespublic List<Relationship> getRelationships()
public void setRelationships(List<Relationship> relationships)
relationships - list of relationship objectsCopyright © 2018 ODPi. All rights reserved.