Class ExecutionErrorDetailsPresenter
- java.lang.Object
-
- org.jbpm.workbench.es.client.editors.errordetails.ExecutionErrorDetailsPresenter
-
- All Implemented Interfaces:
org.jbpm.workbench.common.client.menu.RefreshMenuBuilder.SupportsRefresh
@Dependent public class ExecutionErrorDetailsPresenter extends Object implements org.jbpm.workbench.common.client.menu.RefreshMenuBuilder.SupportsRefresh
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionErrorDetailsPresenter.ExecErrorDetailsView
-
Field Summary
Fields Modifier and Type Field Description ExecutionErrorDetailsPresenter.ExecErrorDetailsViewview
-
Constructor Summary
Constructors Constructor Description ExecutionErrorDetailsPresenter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetErrorDetailTitle(org.jbpm.workbench.es.model.ExecutionErrorSummary summary)StringgetTitle()org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter>getView()voidonExecutionErrorSelectedEvent(ExecutionErrorSelectedEvent event)voidonRefresh()voidonStartup(org.uberfire.mvp.PlaceRequest place)voidrefreshExecutionErrorDataRemote(String serverTemplateId, String deploymentId, String errorId)voidsetChangeTitleWidgetEvent(javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleWidgetEvent)voidsetExecutorService(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.es.service.ExecutorService> executorServices)
-
-
-
Field Detail
-
view
@Inject public ExecutionErrorDetailsPresenter.ExecErrorDetailsView view
-
-
Method Detail
-
getView
public org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter> getView()
-
getTitle
public String getTitle()
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
-
getErrorDetailTitle
public static String getErrorDetailTitle(org.jbpm.workbench.es.model.ExecutionErrorSummary summary)
-
onExecutionErrorSelectedEvent
public void onExecutionErrorSelectedEvent(@Observes ExecutionErrorSelectedEvent event)
-
onRefresh
public void onRefresh()
- Specified by:
onRefreshin interfaceorg.jbpm.workbench.common.client.menu.RefreshMenuBuilder.SupportsRefresh
-
refreshExecutionErrorDataRemote
public void refreshExecutionErrorDataRemote(String serverTemplateId, String deploymentId, String errorId)
-
setExecutorService
@Inject public void setExecutorService(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.es.service.ExecutorService> executorServices)
-
setChangeTitleWidgetEvent
@Inject public void setChangeTitleWidgetEvent(javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleWidgetEvent)
-
-