| Package | Description |
|---|---|
| org.bonitasoft.engine.profile | |
| org.bonitasoft.engine.profile.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileService.deleteAllProfileMembers()
Delete all profile members for the connected tenant
|
void |
ProfileService.deleteAllProfileMembersOfProfile(SProfile profile) |
void |
ProfileService.deleteProfile(long profileId)
Delete profile by its id
|
void |
ProfileService.deleteProfile(SProfile profile)
Delete profile by given sProfile
|
void |
ProfileService.deleteProfileMember(long profileMemberId)
Delete a profile member by its id
|
void |
ProfileService.deleteProfileMember(SProfileMember profileMember)
Delete a profile member by given sProfile member
|
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.deleteAllProfileMembers() |
void |
ProfileServiceImpl.deleteAllProfileMembersOfProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteProfile(long profileId) |
void |
ProfileServiceImpl.deleteProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteProfileMember(long profileMemberId) |
void |
ProfileServiceImpl.deleteProfileMember(SProfileMember profileMember) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.