Examples of addUploadAction()


Examples of ca.carleton.gcrc.couch.onUpload.FileConversionActions.addUploadAction()

     
      convertGpx(context, gpx, doc);
      actions.setDocumentModified(true);
     
      // Upload original file
      actions.addUploadAction( new FileConversionActionUpload("original", "application/xml", file) );
     
      return actions;
     
    } catch(Exception e) {
      throw new Exception("Unable to convert using GPX: "+file.getAbsolutePath(),e);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.