public interface ISoftDeletionProvider<T>
Modifier and Type | Method and Description |
---|---|
boolean |
hardDelete(T obj,
lotus.domino.Database ndbTarget,
AbstractStorageService<T> as) |
boolean |
softDelete(T obj,
lotus.domino.Database ndbTarget,
AbstractStorageService<T> as) |
boolean |
undelete(T obj,
lotus.domino.Database ndbTarget,
AbstractStorageService<T> as) |
boolean softDelete(T obj, lotus.domino.Database ndbTarget, AbstractStorageService<T> as)
boolean undelete(T obj, lotus.domino.Database ndbTarget, AbstractStorageService<T> as)
boolean hardDelete(T obj, lotus.domino.Database ndbTarget, AbstractStorageService<T> as)
Copyright © 2021. All Rights Reserved.