| Package | Description |
|---|---|
| edu.ucsb.nceas.metacat.scheduler |
| Modifier and Type | Method and Description |
|---|---|
ScheduledJobParamDAO |
ScheduledJobDAO.getJobParam(java.lang.String key) |
protected ScheduledJobParamDAO |
ScheduledJobParamAccess.populateDAO(java.sql.ResultSet resultSet)
Populate a job parameter data object with the current row in a resultset
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Vector<ScheduledJobParamDAO> |
ScheduledJobParamAccess.getAllJobParams()
Get all job parameters
|
java.util.HashMap<java.lang.String,ScheduledJobParamDAO> |
ScheduledJobDAO.getAllJobParams() |
protected java.util.Vector<ScheduledJobParamDAO> |
ScheduledJobParamAccess.getJobParamsForJobId(java.lang.Long jobId)
Get all the job parameters for a given job id
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledJobDAO.addJobParam(ScheduledJobParamDAO jobParamDAO) |
Copyright © 2020 Regents of the University of California. All Rights Reserved.