Class ProcessVariableListPresenter
- java.lang.Object
-
- org.jbpm.workbench.common.client.list.AbstractListPresenter<org.jbpm.workbench.pr.model.ProcessVariableSummary>
-
- org.jbpm.workbench.pr.client.editors.variables.list.ProcessVariableListPresenter
-
- All Implemented Interfaces:
org.jbpm.workbench.common.client.menu.RefreshMenuBuilder.SupportsRefresh,ProcessInstanceSummaryAware
@Dependent public class ProcessVariableListPresenter extends org.jbpm.workbench.common.client.list.AbstractListPresenter<org.jbpm.workbench.pr.model.ProcessVariableSummary> implements ProcessInstanceSummaryAware
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProcessVariableListPresenter.ProcessVariableListView
-
Constructor Summary
Constructors Constructor Description ProcessVariableListPresenter(ProcessVariableListPresenter.ProcessVariableListView view, org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.pr.service.ProcessVariablesService> variablesServices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetData(com.google.gwt.view.client.Range visibleRange)protected org.jbpm.workbench.common.client.list.ListViewgetListView()intgetProcessInstanceStatus()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidinit()voidloadVariableHistory(org.uberfire.mvp.ParameterizedCommand<List<org.jbpm.workbench.pr.model.ProcessVariableSummary>> callback, String variableName)voidsetProcessInstance(org.jbpm.workbench.pr.model.ProcessInstanceSummary processInstance)
-
-
-
Constructor Detail
-
ProcessVariableListPresenter
@Inject public ProcessVariableListPresenter(ProcessVariableListPresenter.ProcessVariableListView view, org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.pr.service.ProcessVariablesService> variablesServices)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
-
setProcessInstance
public void setProcessInstance(org.jbpm.workbench.pr.model.ProcessInstanceSummary processInstance)
- Specified by:
setProcessInstancein interfaceProcessInstanceSummaryAware
-
getProcessInstanceStatus
public int getProcessInstanceStatus()
-
loadVariableHistory
public void loadVariableHistory(org.uberfire.mvp.ParameterizedCommand<List<org.jbpm.workbench.pr.model.ProcessVariableSummary>> callback, String variableName)
-
getListView
protected org.jbpm.workbench.common.client.list.ListView getListView()
- Specified by:
getListViewin classorg.jbpm.workbench.common.client.list.AbstractListPresenter<org.jbpm.workbench.pr.model.ProcessVariableSummary>
-
getData
public void getData(com.google.gwt.view.client.Range visibleRange)
- Specified by:
getDatain classorg.jbpm.workbench.common.client.list.AbstractListPresenter<org.jbpm.workbench.pr.model.ProcessVariableSummary>
-
-