@Dependent public class NewCaseInstancePresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
NewCaseInstancePresenter.NewCaseInstanceView |
| Constructor and Description |
|---|
NewCaseInstancePresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createCaseInstance(String caseDefinitionName) |
void |
init() |
protected void |
loadCaseDefinitions() |
void |
setCaseService(org.jboss.errai.common.client.api.Caller<CaseManagementService> caseService) |
void |
setNewCaseEvent(javax.enterprise.event.Event<CaseCreatedEvent> newCaseEvent) |
void |
setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
void |
show(String serverTemplateId) |
@PostConstruct public void init()
public void show(String serverTemplateId)
protected void loadCaseDefinitions()
protected void createCaseInstance(String caseDefinitionName)
@Inject public void setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
@Inject public void setNewCaseEvent(javax.enterprise.event.Event<CaseCreatedEvent> newCaseEvent)
@Inject public void setCaseService(org.jboss.errai.common.client.api.Caller<CaseManagementService> caseService)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.