Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceGraph
-
-
Uses of InstanceGraph in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type InstanceGraph Modifier and Type Method Description voidOMRSTopicListenerBase. processInstanceBatchEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, InstanceGraph instances)An open metadata repository is passing information about a collection of entities and relationships with the other repositories in the cohort. -
Uses of InstanceGraph in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return InstanceGraph Modifier and Type Method Description abstract InstanceGraphOMRSMetadataCollection. getEntityNeighborhood(String userId, String entityGUID, List<String> entityTypeGUIDs, List<String> relationshipTypeGUIDs, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, int level)Return the entities and relationships that radiate out from the supplied entity GUID.InstanceGraphOMRSMetadataCollectionBase. getEntityNeighborhood(String userId, String entityGUID, List<String> entityTypeGUIDs, List<String> relationshipTypeGUIDs, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, int level)Return the entities and relationships that radiate out from the supplied entity GUID.abstract InstanceGraphOMRSMetadataCollection. getLinkingEntities(String userId, String startEntityGUID, String endEntityGUID, List<InstanceStatus> limitResultsByStatus, Date asOfTime)Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.InstanceGraphOMRSMetadataCollectionBase. getLinkingEntities(String userId, String startEntityGUID, String endEntityGUID, List<InstanceStatus> limitResultsByStatus, Date asOfTime)Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type InstanceGraph Modifier and Type Method Description voidOMRSMetadataCollection. saveInstanceReferenceCopies(String userId, InstanceGraph instances)Save the entities and relationships supplied in the instance graph as a reference copies. -
Uses of InstanceGraph in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstanceGraph Constructor Description InstanceGraph(InstanceGraph templateGraph)Copy/clone constructor. -
Uses of InstanceGraph in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return InstanceGraph Modifier and Type Method Description InstanceGraphOMRSInstanceEvent. getInstanceBatch()Return the instance batch (if applicable) or null.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type InstanceGraph Modifier and Type Method Description abstract voidOMRSInstanceEventProcessor. processInstanceBatchEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, InstanceGraph instances)An open metadata repository is passing information about a collection of entities and relationships with the other repositories in the cohort.voidOMRSInstanceEventProcessorInterface. processInstanceBatchEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, InstanceGraph instances)An open metadata repository is passing information about a collection of entities and relationships with the other repositories in the cohort.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type InstanceGraph Constructor Description OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, InstanceGraph instances)Constructor for batch instance events. -
Uses of InstanceGraph in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return InstanceGraph Modifier and Type Method Description InstanceGraphOMRSEventV1InstanceSection. getInstanceBatch()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type InstanceGraph Modifier and Type Method Description voidOMRSEventV1InstanceSection. setInstanceBatch(InstanceGraph instanceBatch)
-