Class MongoDbDelete
- java.lang.Object
-
- io.resys.hdes.object.repo.mongodb.writers.MongoDbDelete
-
- All Implemented Interfaces:
ObjectRepositoryMapper.Delete<com.mongodb.client.MongoClient>
public class MongoDbDelete extends Object implements ObjectRepositoryMapper.Delete<com.mongodb.client.MongoClient>
-
-
Constructor Summary
Constructors Constructor Description MongoDbDelete(ObjectRepository.Objects src, MongoCommand<ObjectRepository.Objects> command, MongoCommand.MongoDbConfig mongoDbConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectRepository.Objectsbuild(ObjectRepository.RefStatus refStatus)ObjectRepository.RefvisitRef(com.mongodb.client.MongoClient client, ObjectRepository.Ref ref)
-
-
-
Constructor Detail
-
MongoDbDelete
public MongoDbDelete(ObjectRepository.Objects src, MongoCommand<ObjectRepository.Objects> command, MongoCommand.MongoDbConfig mongoDbConfig)
-
-
Method Detail
-
build
public ObjectRepository.Objects build(ObjectRepository.RefStatus refStatus)
- Specified by:
buildin interfaceObjectRepositoryMapper.Delete<com.mongodb.client.MongoClient>
-
visitRef
public ObjectRepository.Ref visitRef(com.mongodb.client.MongoClient client, ObjectRepository.Ref ref)
- Specified by:
visitRefin interfaceObjectRepositoryMapper.Delete<com.mongodb.client.MongoClient>
-
-