public class JobsController extends BizController
BizController.SaveHelper| Constructor and Description | 
|---|
JobsController()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<JobParameterDescription> | 
fetchParameterDescriptions(JobDescription job)  | 
void | 
jobLogs(sirius.web.http.WebContext ctx,
       String factory,
       String jobName)  | 
void | 
jobs(sirius.web.http.WebContext ctx)  | 
boolean | 
loadParameters(sirius.web.http.WebContext ctx,
              List<JobParameterDescription> params,
              sirius.kernel.commons.Context context)  | 
void | 
runJob(sirius.web.http.WebContext ctx,
      String factory,
      String jobName)  | 
assertNotNew, assertTenant, find, findForTenant, getBaseUrl, load, load, load, prepareSave, setOrVerify, tryFind, tryFindForTenant, validatepublic void jobs(sirius.web.http.WebContext ctx)
public boolean loadParameters(sirius.web.http.WebContext ctx,
                              List<JobParameterDescription> params,
                              sirius.kernel.commons.Context context)
public List<JobParameterDescription> fetchParameterDescriptions(JobDescription job)
Copyright © 2018. All rights reserved.