Class ProfilesExporter


  • public class ProfilesExporter
    extends java.lang.Object
    Author:
    Baptiste Mesta
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String exportAllProfiles()  
      java.lang.String exportProfiles​(java.util.List<java.lang.Long> longs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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