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

public class PurgeEntityExecutor extends RepositoryExecutorBase
PurgeEntityExecutor provides the executor for the purgeEntity method. This is a tricky request because the entity 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.