Class FailOnDuplicateApplicationImportStrategy
java.lang.Object
org.bonitasoft.engine.business.application.importer.FailOnDuplicateApplicationImportStrategy
- All Implemented Interfaces:
ApplicationImportStrategy
public class FailOnDuplicateApplicationImportStrategy
extends Object
implements ApplicationImportStrategy
- Author:
- Elias Ricken de Medeiros
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bonitasoft.engine.business.application.importer.ApplicationImportStrategy
ApplicationImportStrategy.ImportStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwhenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported) Determine what to do when the application already exists.
-
Constructor Details
-
FailOnDuplicateApplicationImportStrategy
public FailOnDuplicateApplicationImportStrategy()
-
-
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
-