| Package | Description |
|---|---|
| org.bonitasoft.engine.profile | |
| org.bonitasoft.engine.profile.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileService.deleteProfile(long profileId)
Delete profile by its id
|
void |
ProfileService.deleteProfile(SProfile profile)
Delete profile by given sProfile
|
SProfile |
ProfileService.getProfile(long profileId)
Get profile by its id
|
SProfile |
ProfileService.getProfileByName(String profileName)
Get profile by given name
|
List<SProfile> |
ProfileService.getProfiles(List<Long> profileIds)
Get all profiles by given ids
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileServiceImpl.deleteProfile(long profileId) |
SProfile |
ProfileServiceImpl.getProfile(long profileId) |
SProfile |
ProfileServiceImpl.getProfileByName(String profileName) |
List<SProfile> |
ProfileServiceImpl.getProfiles(List<Long> profileIds) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.