Package com.google.refine.importing

Examples of com.google.refine.importing.ImportingJob.touch()


            }

        } catch (JSONException e) {
            throw new ServletException(e);
        } finally {
            job.touch();
            job.updating = false;
        }
    }
   
    private void doCreateProject(HttpServletRequest request, HttpServletResponse response, Properties parameters)
View Full Code Here


                           
                            JSONUtilities.safePut(job.config, "state", "created-project");
                            JSONUtilities.safePut(job.config, "projectID", project.id);
                        }
                       
                        job.touch();
                        job.updating = false;
                    }
                }
            }.start();
           
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.