Project

General

Profile

« Previous | Next » 

Revision 5045

Added by daigle over 15 years ago

change name of workflowjobid parameter to be workflowjobname which is more accurate

View differences:

src/edu/ucsb/nceas/metacat/MetaCatServlet.java
237 237
 *                            removes it from the scheduling engine and changes the 
238 238
 *                            status in the scheduled_job table to " unscheduled.  Note 
239 239
 *                            that this may be extracted into a separate servlet.
240
 *     workflowjobid -- The job ID for the workflow run that we want to unschedule.  This
240
 *     workflowjobname -- The job ID for the workflow run that we want to unschedule.  This
241 241
 *                      is held in the database as scheduled_job.name
242 242
 *     forwardto -- If provided, forward to this page when processing is done.
243 243
 *     qformat -- If provided, render results using the stylesheets associated with
......
246 246
 *                            registers it with the scheduling engine and changes the 
247 247
 *                            status in the scheduled_job table to " scheduled.  Note 
248 248
 *                            that this may be extracted into a separate servlet.
249
 *     workflowjobid -- The job ID for the workflow run that we want to reschedule.  This
249
 *     workflowjobname -- The job ID for the workflow run that we want to reschedule.  This
250 250
 *                      is held in the database as scheduled_job.name
251 251
 *     forwardto -- If provided, forward to this page when processing is done.
252 252
 *     qformat -- If provided, render results using the stylesheets associated with
......
255 255
 *                            removes it from the scheduling engine and changes the 
256 256
 *                            status in the scheduled_job table to " deleted.  Note 
257 257
 *                            that this may be extracted into a separate servlet.
258
 *     workflowjobid -- The job ID for the workflow run that we want to delete.  This
258
 *     workflowjobname -- The job ID for the workflow run that we want to delete.  This
259 259
 *                      is held in the database as scheduled_job.name
260 260
 *     forwardto -- If provided, forward to this page when processing is done.
261 261
 *     qformat -- If provided, render results using the stylesheets associated with

Also available in: Unified diff