Package org.bonitasoft.engine.profile
Class ProfilesExporter
- java.lang.Object
-
- org.bonitasoft.engine.profile.ProfilesExporter
-
public class ProfilesExporter extends java.lang.Object- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description ProfilesExporter(IdentityService identityService, ProfileService profileService, org.bonitasoft.engine.profile.ProfilesParser profilesParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringexportAllProfiles()java.lang.StringexportProfiles(java.util.List<java.lang.Long> longs)
-
-
-
Constructor Detail
-
ProfilesExporter
public ProfilesExporter(IdentityService identityService, ProfileService profileService, org.bonitasoft.engine.profile.ProfilesParser profilesParser)
-
-
Method Detail
-
exportAllProfiles
public java.lang.String exportAllProfiles() throws org.bonitasoft.engine.exception.ExecutionException- Throws:
org.bonitasoft.engine.exception.ExecutionException
-
exportProfiles
public java.lang.String exportProfiles(java.util.List<java.lang.Long> longs) throws org.bonitasoft.engine.exception.ExecutionException- Throws:
org.bonitasoft.engine.exception.ExecutionException
-
-