| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InstanceGraph |
OMRSMetadataCollection.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.
|
InstanceGraph |
OMRSMetadataCollectionBase.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 InstanceGraph |
OMRSMetadataCollection.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.
|
InstanceGraph |
OMRSMetadataCollectionBase.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollection.saveInstanceReferenceCopies(String userId,
InstanceGraph instances)
Save the entities and relationships supplied in the instance graph as a reference copies.
|
| Constructor and Description |
|---|
InstanceGraph(InstanceGraph templateGraph)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceGraph |
OMRSInstanceEvent.getInstanceBatch()
Return the instance batch (if applicable) or null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSInstanceEventProcessorInterface.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.
|
abstract void |
OMRSInstanceEventProcessor.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.
|
| Constructor and Description |
|---|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
InstanceGraph instances)
Constructor for batch instance events.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceGraph |
OMRSEventV1InstanceSection.getInstanceBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1InstanceSection.setInstanceBatch(InstanceGraph instanceBatch) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.