Package io.jmix.datatools
Interface EntityRestore
- All Known Implementing Classes:
- EntityRestoreImpl
public interface EntityRestore
Allows to restore entities have been soft-deleted previously
- 
Method SummaryModifier and TypeMethodDescriptionintrestoreEntities(Collection<Object> entities) Restore provided entities
- 
Method Details- 
restoreEntitiesRestore provided entities- Parameters:
- entities- entities to restore
- Returns:
- Amount of restored entities (initially selected + dependent)
 
 
-