Package org.bonitasoft.engine.profile
Class UpdateDefaultsAndCreateNewImportStrategy
java.lang.Object
org.bonitasoft.engine.profile.ProfileImportStrategy
org.bonitasoft.engine.profile.UpdateDefaultsImportStrategy
org.bonitasoft.engine.profile.UpdateDefaultsAndCreateNewImportStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanCreateProfileIfNotExists(org.bonitasoft.engine.profile.xml.ProfileNode profile) return whether the profile can be created if it does not existwhenProfileExists(long importerId, org.bonitasoft.engine.profile.xml.ProfileNode profile, SProfile existingProfile) return the imported version of the profileMethods inherited from class org.bonitasoft.engine.profile.UpdateDefaultsImportStrategy
beforeImportMethods inherited from class org.bonitasoft.engine.profile.ProfileImportStrategy
getProfileService
-
Constructor Details
-
UpdateDefaultsAndCreateNewImportStrategy
-
-
Method Details
-
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- Overrides:
whenProfileExistsin classUpdateDefaultsImportStrategy- 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- Overrides:
canCreateProfileIfNotExistsin classUpdateDefaultsImportStrategy
-