@Dependent public class ProcessInstanceDetailsPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.view.client.ProvidesKey<VariableSummary> |
KEY_PROVIDER |
Constructor and Description |
---|
ProcessInstanceDetailsPresenter() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.menu.Menus |
getMenus() |
org.uberfire.workbench.model.Position |
getPosition() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<ProcessInstanceDetailsPresenter> |
getView() |
void |
onOpen() |
void |
onProcessInstanceSelectionEvent(ProcessInstanceSelectionEvent event) |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
refreshProcessInstanceData(String deploymentId,
String processId,
String processDefId) |
public static final com.google.gwt.view.client.ProvidesKey<VariableSummary> KEY_PROVIDER
public String getTitle()
public org.uberfire.client.mvp.UberView<ProcessInstanceDetailsPresenter> getView()
public void refreshProcessInstanceData(String deploymentId, String processId, String processDefId)
public org.uberfire.workbench.model.Position getPosition()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onOpen()
public void onProcessInstanceSelectionEvent(@Observes ProcessInstanceSelectionEvent event)
public org.uberfire.workbench.model.menu.Menus getMenus()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.