public class GraphOMRSRelationshipMapper extends Object
| Constructor and Description |
|---|
GraphOMRSRelationshipMapper(String metadataCollectionId,
String repositoryName,
OMRSRepositoryHelper repositoryHelper) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationshipMetadataCollectionId(org.apache.tinkerpop.gremlin.structure.Edge edge) |
void |
mapEdgeToRelationship(org.apache.tinkerpop.gremlin.structure.Edge edge,
Relationship relationship) |
void |
mapRelationshipToEdge(Relationship relationship,
org.apache.tinkerpop.gremlin.structure.Edge edge) |
public GraphOMRSRelationshipMapper(String metadataCollectionId, String repositoryName, OMRSRepositoryHelper repositoryHelper)
public void mapRelationshipToEdge(Relationship relationship, org.apache.tinkerpop.gremlin.structure.Edge edge) throws RepositoryErrorException
RepositoryErrorExceptionpublic void mapEdgeToRelationship(org.apache.tinkerpop.gremlin.structure.Edge edge,
Relationship relationship)
throws RepositoryErrorException
RepositoryErrorExceptionpublic String getRelationshipMetadataCollectionId(org.apache.tinkerpop.gremlin.structure.Edge edge)
Copyright © 2018–2020 ODPi. All rights reserved.