| Package | Description |
|---|---|
| org.bonitasoft.engine.profile | |
| org.bonitasoft.engine.profile.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileService.deleteAllProfileEntriesOfProfile(SProfile profile) |
void |
ProfileService.deleteProfile(long profileId)
Delete profile by its id
|
void |
ProfileService.deleteProfile(SProfile profile)
Delete profile by given sProfile
|
void |
ProfileService.deleteProfileEntry(long profileEntryId)
Delete a profile entry by its id
|
void |
ProfileService.deleteProfileEntry(SProfileEntry profileEntry)
Delete a profileEntry by given profileEntry
|
protected SProfile |
ProfilesImporter.importTheProfile(long importerId,
ProfileNode profile,
SProfile existingProfile,
ProfileImportStrategy importStrategy) |
SProfile |
UpdateDefaultsImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
ReplaceDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
abstract SProfile |
ProfileImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile)
return the imported version of the profile
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileServiceImpl.deleteAllProfileEntriesOfProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteProfile(long profileId) |
void |
ProfileServiceImpl.deleteProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteProfileEntry(long profileEntryId) |
void |
ProfileServiceImpl.deleteProfileEntry(SProfileEntry profileEntry) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.