| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.processDeletedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An existing relationship has been deleted.
|
void |
OMRSTopicListenerBase.processDeletePurgedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An active relationship has been deleted and purged from the repository.
|
void |
OMRSTopicListenerBase.processNewRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A new relationship has been created.
|
void |
OMRSTopicListenerBase.processRefreshRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
The local repository is refreshing the information about a relationship for the other
repositories in the cohort.
|
void |
OMRSTopicListenerBase.processReHomedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalHomeMetadataCollection,
Relationship relationship)
An existing relationship has changed home repository.
|
void |
OMRSTopicListenerBase.processReIdentifiedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalRelationshipGUID,
Relationship relationship)
The guid of an existing relationship has changed.
|
void |
OMRSTopicListenerBase.processRestoredRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A deleted relationship has been restored to the state it was before it was deleted.
|
void |
OMRSTopicListenerBase.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDefSummary,
Relationship relationship)
An existing relationship has had its type changed.
|
void |
OMRSTopicListenerBase.processUndoneRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An update to a relationship has been undone.
|
void |
OMRSTopicListenerBase.processUpdatedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship oldRelationship,
Relationship newRelationship)
An existing relationship has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
OpenMetadataArchiveInstanceStore.getRelationships()
Return the list of relationships defined in this open metadata archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataArchiveInstanceStore.setRelationships(List<Relationship> relationships)
Set up the list of relationships defined in this open metadata archive.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
OMRSMetadataCollection.addExternalRelationship(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Save a new relationship that is sourced from an external technology.
|
Relationship |
OMRSMetadataCollectionBase.addExternalRelationship(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Save a new relationship that is sourced from an external technology.
|
abstract Relationship |
OMRSMetadataCollection.addRelationship(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Add a new relationship between two entities to the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.addRelationship(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Add a new relationship between two entities to the metadata collection.
|
abstract Relationship |
OMRSMetadataCollection.deleteRelationship(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteRelationshipGUID)
Delete a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.deleteRelationship(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteRelationshipGUID)
Delete a specific relationship.
|
abstract Relationship |
OMRSMetadataCollection.getRelationship(String userId,
String guid)
Return the current version of a requested relationship.
|
Relationship |
OMRSMetadataCollectionBase.getRelationship(String userId,
String guid)
Return a requested relationship.
|
abstract Relationship |
OMRSMetadataCollection.getRelationship(String userId,
String guid,
Date asOfTime)
Return a historical version of a relationship.
|
Relationship |
OMRSMetadataCollectionBase.getRelationship(String userId,
String guid,
Date asOfTime)
Return a historical version of a relationship.
|
abstract Relationship |
OMRSMetadataCollection.isRelationshipKnown(String userId,
String guid)
Returns a boolean indicating if the relationship is stored in the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.isRelationshipKnown(String userId,
String guid)
Returns a boolean indicating if the relationship is stored in the metadata collection.
|
Relationship |
OMRSMetadataCollection.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId)
Deprecated.
|
Relationship |
OMRSMetadataCollection.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing relationship.
|
abstract Relationship |
OMRSMetadataCollection.reIdentifyRelationship(String userId,
String typeDefGUID,
String typeDefName,
String relationshipGUID,
String newRelationshipGUID)
Change the guid of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reIdentifyRelationship(String userId,
String typeDefGUID,
String typeDefName,
String relationshipGUID,
String newRelationshipGUID)
Change the guid of an existing relationship.
|
abstract Relationship |
OMRSMetadataCollection.restoreRelationship(String userId,
String deletedRelationshipGUID)
Restore a deleted relationship into the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.restoreRelationship(String userId,
String deletedRelationshipGUID)
Restore a deleted relationship into the metadata collection.
|
abstract Relationship |
OMRSMetadataCollection.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
abstract Relationship |
OMRSMetadataCollection.undoRelationshipUpdate(String userId,
String relationshipGUID)
Undo the latest change to a relationship (either a change of properties or status).
|
Relationship |
OMRSMetadataCollectionBase.undoRelationshipUpdate(String userId,
String relationshipGUID)
Undo the latest change to a relationship (either a change of properties or status).
|
abstract Relationship |
OMRSMetadataCollection.updateRelationshipProperties(String userId,
String relationshipGUID,
InstanceProperties properties)
Update the properties of a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.updateRelationshipProperties(String userId,
String relationshipGUID,
InstanceProperties properties)
Update the properties of a specific relationship.
|
abstract Relationship |
OMRSMetadataCollection.updateRelationshipStatus(String userId,
String relationshipGUID,
InstanceStatus newStatus)
Update the status of a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.updateRelationshipStatus(String userId,
String relationshipGUID,
InstanceStatus newStatus)
Update the status of a specific relationship.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Relationship> |
OMRSMetadataCollection.findRelationshipsByProperty(String userId,
String relationshipTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested properties by the matching criteria.
|
List<Relationship> |
OMRSMetadataCollectionBase.findRelationshipsByProperty(String userId,
String relationshipTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested properties by the matching criteria.
|
abstract List<Relationship> |
OMRSMetadataCollection.findRelationshipsByPropertyValue(String userId,
String relationshipTypeGUID,
String searchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships whose string based property values match the search criteria.
|
List<Relationship> |
OMRSMetadataCollectionBase.findRelationshipsByPropertyValue(String userId,
String relationshipTypeGUID,
String searchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships whose string based property values match the search criteria.
|
abstract List<Relationship> |
OMRSMetadataCollection.getRelationshipsForEntity(String userId,
String entityGUID,
String relationshipTypeGUID,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the relationships for a specific entity.
|
List<Relationship> |
OMRSMetadataCollectionBase.getRelationshipsForEntity(String userId,
String entityGUID,
String relationshipTypeGUID,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the relationships for a specific entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollection.deleteRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
void |
OMRSMetadataCollectionBase.deleteRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
void |
OMRSMetadataCollection.purgeRelationshipReferenceCopy(String userId,
Relationship relationship)
This method is called when a remote repository calls the variant of purgeRelationship that
passes the relationship object.
|
void |
OMRSMetadataCollectionBase.purgeRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
abstract void |
OMRSMetadataCollection.saveRelationshipReferenceCopy(String userId,
Relationship relationship)
Save the relationship as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveRelationshipReferenceCopy(String userId,
Relationship relationship)
Save the relationship as a reference copy.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipDelete(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have the right to delete a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipDelete(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have the right to delete a instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipRead(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipRead(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipReHoming(String userId,
String metadataCollectionName,
Relationship instance,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Tests for whether a specific user should have the right to change the home of a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipReHoming(String userId,
String metadataCollectionName,
Relationship instance,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Tests for whether a specific user should have the right to change the home of a instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipReIdentification(String userId,
String metadataCollectionName,
Relationship instance,
String newGUID)
Tests for whether a specific user should have the right to change the guid on a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipReIdentification(String userId,
String metadataCollectionName,
Relationship instance,
String newGUID)
Tests for whether a specific user should have the right to change the guid on a instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipReTyping(String userId,
String metadataCollectionName,
Relationship instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipReTyping(String userId,
String metadataCollectionName,
Relationship instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipUpdate(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have the right to update a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipUpdate(String userId,
String metadataCollectionName,
Relationship instance)
Tests for whether a specific user should have the right to update a instance within a repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
InstanceGraph.getRelationships()
Return the list of all relationships (edges/links) in the instance graph.
|
List<Relationship> |
InstanceGraph.returnRelationshipsForEntity(String anchorEntityGUID)
Return a list of relationships that are connected to a specific entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceGraph.setRelationships(List<Relationship> relationshipElementList)
Set up the list of relationships in this instance graph.
|
| Constructor and Description |
|---|
Relationship(Relationship templateElement)
Copy/clone constructor builds a relationship from the supplied template.
|
| Constructor and Description |
|---|
InstanceGraph(List<EntityDetail> entities,
List<Relationship> relationships)
Typical Constructor creates a graph with the supplied list of elements.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
OMRSRepositoryHelper.getNewRelationship(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties)
Return a filled out relationship which just needs the entity proxies added.
|
Relationship |
OMRSRepositoryHelper.getSkeletonRelationship(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return a relationship with the header and type information filled out.
|
Relationship |
OMRSRepositoryHelper.incrementVersion(String userId,
InstanceAuditHeader originalInstance,
Relationship updatedInstance)
Changes the control information to reflect an update in an instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
OMRSRepositoryHelper.formatRelationshipResults(List<Relationship> fullResults,
int fromElement,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Use the paging and sequencing parameters to format the results for a repository call that returns a list of
relationship instances.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OMRSRepositoryHelper.getEnd1EntityGUID(Relationship relationship)
Return the guid of an entity linked to end 1 of the relationship.
|
String |
OMRSRepositoryHelper.getEnd2EntityGUID(Relationship relationship)
Return the guid of an entity linked to end 2 of the relationship.
|
String |
OMRSRepositoryHelper.getOtherEndName(String sourceName,
String anchorEntityGUID,
Relationship relationship)
Return the attribute name for the related entity.
|
RelationshipDifferences |
OMRSRepositoryHelper.getRelationshipDifferences(Relationship left,
Relationship right,
boolean ignoreModificationStamps)
Calculate the differences between the two provided Relationship objects.
|
Relationship |
OMRSRepositoryHelper.incrementVersion(String userId,
InstanceAuditHeader originalInstance,
Relationship updatedInstance)
Changes the control information to reflect an update in an instance.
|
boolean |
OMRSRepositoryHelper.relatedEntity(String sourceName,
String entityGUID,
Relationship relationship)
Return boolean true if entity is linked by this relationship.
|
void |
OMRSRepositoryValidator.validateRelationshipFromStore(String sourceName,
String guid,
Relationship relationship,
String methodName)
Verify that a relationship has been successfully retrieved from the repository and has valid contents.
|
boolean |
OMRSRepositoryValidator.validRelationship(String sourceName,
Relationship relationship)
Test that the supplied relationship is valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
OMRSRepositoryHelper.formatRelationshipResults(List<Relationship> fullResults,
int fromElement,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Use the paging and sequencing parameters to format the results for a repository call that returns a list of
relationship instances.
|
void |
OMRSRepositoryValidator.validateAtMostOneRelationshipResult(List<Relationship> findResults,
String typeName,
String serviceName,
String methodName)
Validate that either zero or one relationships were returned from a find request.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
OMRSInstanceEvent.getOriginalRelationship()
Return the original relationship instance (if applicable) or null.
|
Relationship |
OMRSInstanceEvent.getRelationship()
Return the relationship instance (if applicable) or null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSInstanceEventProcessorInterface.processDeletedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An existing relationship has been deleted.
|
abstract void |
OMRSInstanceEventProcessor.processDeletedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An active relationship has been deleted.
|
void |
OMRSInstanceEventProcessorInterface.processDeletePurgedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An active relationship has been deleted and purged from the repository.
|
void |
OMRSInstanceEventProcessor.processDeletePurgedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An active relationship has been deleted and purged from the repository.
|
void |
OMRSInstanceEventProcessorInterface.processNewRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A new relationship has been created.
|
abstract void |
OMRSInstanceEventProcessor.processNewRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A new relationship has been created.
|
void |
OMRSInstanceEventProcessorInterface.processPurgedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A relationship has been permanently removed from the repository.
|
void |
OMRSInstanceEventProcessor.processPurgedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A relationship has been permanently removed from the repository.
|
void |
OMRSInstanceEventProcessorInterface.processRefreshRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An open metadata repository is refreshing the information about a relationship for the other
repositories in the cohort.
|
abstract void |
OMRSInstanceEventProcessor.processRefreshRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An open metadata repository is refreshing the information about a relationship for the other
repositories in the cohort.
|
void |
OMRSInstanceEventProcessorInterface.processReHomedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalHomeMetadataCollectionId,
Relationship relationship)
An existing relationship has changed home repository.
|
abstract void |
OMRSInstanceEventProcessor.processReHomedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalHomeMetadataCollectionId,
Relationship relationship)
An existing relationship has changed home repository.
|
void |
OMRSInstanceEventProcessorInterface.processReIdentifiedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalRelationshipGUID,
Relationship relationship)
The guid of an existing relationship has changed.
|
abstract void |
OMRSInstanceEventProcessor.processReIdentifiedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String originalRelationshipGUID,
Relationship relationship)
The guid of an existing relationship has changed.
|
void |
OMRSInstanceEventProcessorInterface.processRestoredRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A deleted relationship has been restored to the state it was before it was deleted.
|
abstract void |
OMRSInstanceEventProcessor.processRestoredRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
A deleted relationship has been restored to the state it was before it was deleted.
|
void |
OMRSInstanceEventProcessorInterface.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
Relationship relationship)
An existing relationship has had its type changed.
|
abstract void |
OMRSInstanceEventProcessor.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
Relationship relationship)
An existing relationship has had its type changed.
|
void |
OMRSInstanceEventProcessorInterface.processUndoneRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An update to a relationship has been undone.
|
abstract void |
OMRSInstanceEventProcessor.processUndoneRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship relationship)
An update to a relationship has been undone.
|
void |
OMRSInstanceEventProcessorInterface.processUpdatedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship oldRelationship,
Relationship newRelationship)
An existing relationship has been updated.
|
abstract void |
OMRSInstanceEventProcessor.processUpdatedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
Relationship oldRelationship,
Relationship newRelationship)
An existing relationship has been updated.
|
| Constructor and Description |
|---|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
Relationship relationship)
Constructor for instance events related to a change to a relationship.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
Relationship originalRelationship,
Relationship newRelationship)
Constructor for instance events related to a change to a relationship where the original values are also sent.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
OMRSEventV1InstanceSection.getOriginalRelationship() |
Relationship |
OMRSEventV1InstanceSection.getRelationship() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1InstanceSection.setOriginalRelationship(Relationship originalRelationship) |
void |
OMRSEventV1InstanceSection.setRelationship(Relationship relationship) |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
RelationshipResponse.getRelationship()
Return the resulting relationship.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
InstanceGraphResponse.getRelationshipElementList()
Return the list of relationships that are part of this instance graph.
|
List<Relationship> |
InstanceGraphRequest.getRelationshipElementList()
Return the list of relationships that are part of this instance graph.
|
List<Relationship> |
RelationshipListResponse.getRelationships()
Return the list of relationships for this response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipResponse.setRelationship(Relationship relationship)
Set up the returned relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceGraphResponse.setRelationshipElementList(List<Relationship> relationshipElementList)
Set up the list of relationships that are part of this instance graph.
|
void |
InstanceGraphRequest.setRelationshipElementList(List<Relationship> relationshipElementList)
Set up the list of relationships that are part of this instance graph.
|
void |
RelationshipListResponse.setRelationships(List<Relationship> relationships)
Set up the list of relationships for this response.
|
Copyright © 2018–2020 ODPi. All rights reserved.