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