java.lang.Object
org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.RepositoryExecutorBase
org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.RestoreRelationshipExecutor
All Implemented Interfaces:
RepositoryExecutor

public class RestoreRelationshipExecutor extends RepositoryExecutorBase
RestoreRelationshipExecutor provides the executor for the restoreRelationship method. This is a tricky request because the relationship has been deleted so it is not retrievable until restored. Also, this is an optional function so the repository where the relationship has its home may not support restore. The only possible approach is to step through the repositories hoping that one will respond positively.