Interface RestoreTemplateAction
- All Known Implementing Classes:
- RestoreTemplateActionImpl
public interface RestoreTemplateAction
This action restores external templates which have been edited.
 This means, the template code is taken from the external source, written to the template entity and the flag
 "edited" is set to false again.
- 
Method SummaryModifier and TypeMethodDescriptionvoidrestoreTemplates(EntityExplorerActionSelection selection) Restore edited templates.
- 
Method Details- 
restoreTemplatesRestore edited templates.- Parameters:
- selection- The selection of the templates to restore.
- Throws:
- InterruptedException
 
 
-