Interface RestoreEntityActionService
- All Known Implementing Classes:
RestoreEntityActionServiceImpl
Deprecated.
This action restores external entities which have been edited.
This means, the template code is taken from the external source, written to the entity and the flag
"edited" is set to false again.
-
Method Summary
Modifier and TypeMethodDescriptiongetOptions
(EntityExplorerActionSelection selection) Deprecated.Get restore options for a given entity modelvoid
restoreEntity
(EntityExplorerActionSelection selection, List<String> options) Deprecated.Restore edited entities.
-
Method Details
-
getOptions
Deprecated.Get restore options for a given entity model -
restoreEntity
void restoreEntity(EntityExplorerActionSelection selection, List<String> options) throws InterruptedException, IOException Deprecated.Restore edited entities.- Parameters:
selection
- The selection of the entities to restore.- Throws:
InterruptedException
IOException
-