Class ReplaceDuplicateApplicationImportStrategy
java.lang.Object
org.bonitasoft.engine.business.application.importer.ReplaceDuplicateApplicationImportStrategy
- All Implemented Interfaces:
ApplicationImportStrategy
public class ReplaceDuplicateApplicationImportStrategy
extends Object
implements ApplicationImportStrategy
- Author:
- Pascal Garcia, Emmanuel Duchastenier
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bonitasoft.engine.business.application.importer.ApplicationImportStrategy
ApplicationImportStrategy.ImportStrategy -
Method Summary
Modifier and TypeMethodDescriptionwhenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported) Determine what to do when the application already exists.
-
Method Details
-
whenApplicationExists
public ApplicationImportStrategy.ImportStrategy whenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported) Description copied from interface:ApplicationImportStrategyDetermine what to do when the application already exists.- Specified by:
whenApplicationExistsin interfaceApplicationImportStrategy
-