boolean |
UpdateDefaultsImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
boolean |
ReplaceDuplicateImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile) |
abstract boolean |
ProfileImportStrategy.canCreateProfileIfNotExists(ExportedProfile exportedProfile)
return whether the profile can be created if it does not exist
|
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,
ProfileImportStrategy importStrategy) |
boolean |
UpdateDefaultsImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
boolean |
ReplaceDuplicateImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
abstract boolean |
ProfileImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
boolean |
IgnoreDuplicateImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
boolean |
FailOnDuplicateImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
boolean |
DeleteExistingImportStrategy.shouldUpdateProfileEntries(ExportedProfile exportedProfile,
org.bonitasoft.engine.profile.model.SProfile existingProfile) |
org.bonitasoft.engine.profile.model.SProfile |
UpdateDefaultsImportStrategy.whenProfileExists(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 |
ProfileImportStrategy.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) |