public class ProfilesExporter
extends java.lang.Object
| Constructor and Description |
|---|
ProfilesExporter(IdentityService identityService,
ProfileService profileService,
org.bonitasoft.engine.profile.ProfilesParser profilesParser) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
exportAllProfiles() |
java.lang.String |
exportProfiles(java.util.List<java.lang.Long> longs) |
protected java.util.List<SProfileEntry> |
searchProfileEntries(long profileId,
long parentId) |
public ProfilesExporter(IdentityService identityService, ProfileService profileService, org.bonitasoft.engine.profile.ProfilesParser profilesParser)
public java.lang.String exportAllProfiles()
throws org.bonitasoft.engine.exception.ExecutionException
org.bonitasoft.engine.exception.ExecutionExceptionpublic java.lang.String exportProfiles(java.util.List<java.lang.Long> longs)
throws org.bonitasoft.engine.exception.ExecutionException
org.bonitasoft.engine.exception.ExecutionExceptionprotected java.util.List<SProfileEntry> searchProfileEntries(long profileId, long parentId) throws SBonitaReadException
SBonitaReadException