Class 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
    • Constructor Detail

    • Method Detail

      • getWidget

        public com.google.gwt.user.client.ui.IsWidget getWidget()
      • 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:
        getListView in class org.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:
        getData in class org.jbpm.workbench.common.client.list.AbstractListPresenter<org.jbpm.workbench.pr.model.ProcessVariableSummary>