public class StoringServices extends Object
| Constructor and Description |
|---|
StoringServices(LineageGraph graphStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(LineageEvent lineageEvent)
Delegates the call for the creation of entities and relationships to the connector
|
void |
deleteClassification(LineageEvent lineageEvent)
Delegates the call to delete a classification to the connector
|
void |
deleteEntity(LineageEntityEvent lineageEntityEvent)
Delegates the call for the deletion of an entity to the connector
|
void |
deleteRelationship(LineageRelationshipEvent lineageRelationshipEvent) |
void |
updateClassification(LineageEvent lineageEvent)
Delegates the call for the update of a classification to the connector
|
void |
updateEntity(LineageEntityEvent lineageEntityEvent)
Delegates the call for the update of an entity to the connector
|
void |
updateRelationship(LineageRelationshipEvent lineageRelationshipEvent)
Delegates the call for the update of a relationship to the connector
|
void |
upsertRelationship(LineageRelationshipEvent lineageRelationshipEvent)
Delegates the call for creating or adding a relationship to the connector
|
public StoringServices(LineageGraph graphStore)
public void addEntity(LineageEvent lineageEvent)
public void updateEntity(LineageEntityEvent lineageEntityEvent)
public void updateRelationship(LineageRelationshipEvent lineageRelationshipEvent)
public void updateClassification(LineageEvent lineageEvent)
public void deleteEntity(LineageEntityEvent lineageEntityEvent)
public void deleteRelationship(LineageRelationshipEvent lineageRelationshipEvent)
public void upsertRelationship(LineageRelationshipEvent lineageRelationshipEvent)
lineageRelationshipEvent - the transformed event based on which the relationship will be createdpublic void deleteClassification(LineageEvent lineageEvent)
Copyright © 2018–2020 ODPi. All rights reserved.