Package org.bonitasoft.engine.profile
Class UpdateDefaultsImportStrategy
- java.lang.Object
-
- org.bonitasoft.engine.profile.ProfileImportStrategy
-
- org.bonitasoft.engine.profile.UpdateDefaultsImportStrategy
-
public class UpdateDefaultsImportStrategy extends ProfileImportStrategy
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description UpdateDefaultsImportStrategy(ProfileService profileService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeImport()what to do before the importbooleancanCreateProfileIfNotExists(org.bonitasoft.engine.profile.xml.ProfileNode profile)return whether the profile can be created if it does not existSProfilewhenProfileExists(long importerId, org.bonitasoft.engine.profile.xml.ProfileNode profile, SProfile existingProfile)return the imported version of the profile-
Methods inherited from class org.bonitasoft.engine.profile.ProfileImportStrategy
getProfileService
-
-
-
-
Constructor Detail
-
UpdateDefaultsImportStrategy
public UpdateDefaultsImportStrategy(ProfileService profileService)
-
-
Method Detail
-
beforeImport
public void beforeImport()
Description copied from class:ProfileImportStrategywhat to do before the import- Specified by:
beforeImportin classProfileImportStrategy
-
whenProfileExists
public SProfile whenProfileExists(long importerId, org.bonitasoft.engine.profile.xml.ProfileNode profile, SProfile existingProfile) throws SProfileUpdateException
Description copied from class:ProfileImportStrategyreturn the imported version of the profile- Specified by:
whenProfileExistsin classProfileImportStrategy- Throws:
SProfileUpdateException
-
canCreateProfileIfNotExists
public boolean canCreateProfileIfNotExists(org.bonitasoft.engine.profile.xml.ProfileNode profile)
Description copied from class:ProfileImportStrategyreturn whether the profile can be created if it does not exist- Specified by:
canCreateProfileIfNotExistsin classProfileImportStrategy
-
-