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

public class PurgeRelationshipExecutor extends RepositoryExecutorBase
PurgeRelationshipExecutor provides the executor for the purgeRelationship method. This is a tricky request because the relationship has been deleted, so it is not retrievable until restored. The only possible approach is to step through the repositories hoping that one will respond positively.