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

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