@Dependent public class NewJobPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
NewJobPresenter.NewJobView |
Modifier and Type | Field and Description |
---|---|
protected NewJobPresenter.NewJobView |
view |
Constructor and Description |
---|
NewJobPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
createJob(String jobName,
Date dueDate,
String jobType,
String numberOfRetries,
List<RequestParameterSummary> parameters) |
void |
init() |
void |
openNewJobDialog(String serverTemplateId) |
void |
setExecutorService(org.jboss.errai.common.client.api.Caller<ExecutorService> executorService) |
void |
setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
void |
setRequestChangedEvent(javax.enterprise.event.Event<RequestChangedEvent> requestChangedEvent) |
@Inject protected NewJobPresenter.NewJobView view
@PostConstruct public void init()
public void openNewJobDialog(String serverTemplateId)
public void createJob(String jobName, Date dueDate, String jobType, String numberOfRetries, List<RequestParameterSummary> parameters)
@Inject public void setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
@Inject public void setRequestChangedEvent(javax.enterprise.event.Event<RequestChangedEvent> requestChangedEvent)
@Inject public void setExecutorService(org.jboss.errai.common.client.api.Caller<ExecutorService> executorService)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.