java.lang.Object
org.odpi.openmetadata.adapters.repositoryservices.graphrepository.repositoryconnector.GraphOMRSClassificationMapper

public class GraphOMRSClassificationMapper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    GraphOMRSClassificationMapper(String metadataCollectionId, String repositoryName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapClassificationToVertex(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification, org.apache.tinkerpop.gremlin.structure.Vertex vertex)
     
    void
    mapInstanceAuditHeaderToVertex(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification, org.apache.tinkerpop.gremlin.structure.Vertex vertex)
     
    void
    mapVertexToClassification(org.apache.tinkerpop.gremlin.structure.Vertex vertex, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification)
     
    void
    mapVertexToInstanceAuditHeader(org.apache.tinkerpop.gremlin.structure.Vertex vertex, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GraphOMRSClassificationMapper

      public GraphOMRSClassificationMapper(String metadataCollectionId, String repositoryName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper)
  • Method Details

    • mapClassificationToVertex

      public void mapClassificationToVertex(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification, org.apache.tinkerpop.gremlin.structure.Vertex vertex) throws org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
      Throws:
      org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
    • mapInstanceAuditHeaderToVertex

      public void mapInstanceAuditHeaderToVertex(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification, org.apache.tinkerpop.gremlin.structure.Vertex vertex) throws org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
      Throws:
      org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
    • mapVertexToClassification

      public void mapVertexToClassification(org.apache.tinkerpop.gremlin.structure.Vertex vertex, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification) throws org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
      Throws:
      org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
    • mapVertexToInstanceAuditHeader

      public void mapVertexToInstanceAuditHeader(org.apache.tinkerpop.gremlin.structure.Vertex vertex, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification classification) throws org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
      Throws:
      org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException