Class OpenMetadataArchiveInstanceStore
java.lang.Object
org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveElementHeader
org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveInstanceStore
- All Implemented Interfaces:
Serializable
OpenMetadataArchiveInstanceStore defines the contents of the InstanceStore in an open metadata archive. It
consists of a list of entities, a list of relationships and a list of classifications.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor relying on the initialization of variables in their declaration.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the list of classifications defined in this open metadata archive.Return the list of entities defined in the open metadata archive.Return the list of relationships defined in this open metadata archive.int
hashCode()
Return a hash code based on the values of this object.void
setClassifications
(List<ClassificationEntityExtension> classifications) Set up the list of classification objects defined in the 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.toString()
Standard toString method.
-
Constructor Details
-
OpenMetadataArchiveInstanceStore
public OpenMetadataArchiveInstanceStore()Default constructor relying on the initialization of variables in their declaration. -
OpenMetadataArchiveInstanceStore
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getEntities
Return the list of entities defined in the open metadata archive.- Returns:
- list of entities
-
setEntities
Set up the list of entities defined in the open metadata archive.- Parameters:
entities
- list of entities
-
getRelationships
Return the list of relationships defined in this open metadata archive.- Returns:
- list of relationships
-
setRelationships
Set up the list of relationships defined in this open metadata archive.- Parameters:
relationships
- list of relationship objects
-
getClassifications
Return the list of classifications defined in this open metadata archive.- Returns:
- list of classification objects
-
setClassifications
Set up the list of classification objects defined in the open metadata archive.- Parameters:
classifications
- list of classification objects
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-