boolean |
ReplaceDuplicateImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
abstract boolean |
ProfileImportStategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile)
return the imported version of the exportedProfile
|
boolean |
IgnoreDuplicateImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
boolean |
FailOnDuplicateImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
boolean |
DeleteExistingImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
protected org.bonitasoft.engine.profile.model.SProfile |
ProfilesImporter.importTheProfile(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
org.bonitasoft.engine.profile.model.SProfile |
ReplaceDuplicateImportStrategy.whenProfileExists(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
abstract org.bonitasoft.engine.profile.model.SProfile |
ProfileImportStategy.whenProfileExists(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile)
return the imported version of the exportedProfile
|
org.bonitasoft.engine.profile.model.SProfile |
IgnoreDuplicateImportStrategy.whenProfileExists(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
org.bonitasoft.engine.profile.model.SProfile |
FailOnDuplicateImportStrategy.whenProfileExists(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
org.bonitasoft.engine.profile.model.SProfile |
DeleteExistingImportStrategy.whenProfileExists(long importerId,
ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |