Ejemplo n.º 1
0
 def getJobInput(self, jobId):
     """
     Retrieve XML input from a job
     @param jobId: name of the job
     @return: xml input from a job
     """
     return EDJob.getDataInputFromId(jobId)
Ejemplo n.º 2
0
 def getJobInput(self, jobId):
     """
     Retrieve XML input from a job
     @param jobId: name of the job
     @return: xml input from a job
     """
     return EDJob.getDataInputFromId(jobId)