Class ExecutionErrorListPresenter

  • All Implemented Interfaces:
    org.jbpm.workbench.common.client.menu.RefreshMenuBuilder.SupportsRefresh

    @Dependent
    public class ExecutionErrorListPresenter
    extends org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
    • Field Summary

      • Fields inherited from class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter

        authorizationManager, clearAllActiveFiltersEvent, dataSetQueryHelper, errorCallback, errorHandlerBuilder, filterSettingsManager, view
      • Fields inherited from class org.jbpm.workbench.common.client.list.AbstractScreenListPresenter

        identity, manageSelector, place, placeManager, serverTemplateSelectorMenuBuilder
      • Fields inherited from class org.jbpm.workbench.common.client.list.AbstractListPresenter

        currentFilter, dataProvider
    • Constructor Detail

      • ExecutionErrorListPresenter

        public ExecutionErrorListPresenter()
    • Method Detail

      • createListBreadcrumb

        public void createListBreadcrumb()
        Specified by:
        createListBreadcrumb in class org.jbpm.workbench.common.client.list.AbstractScreenListPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary>
      • setupDetailBreadcrumb

        public void setupDetailBreadcrumb​(String detailLabel)
      • getDataSetReadyCallback

        protected org.dashbuilder.dataset.client.DataSetReadyCallback getDataSetReadyCallback​(Integer startRange,
                                                                                              org.jbpm.workbench.df.client.filter.FilterSettings tableSettings)
        Specified by:
        getDataSetReadyCallback in class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
      • createExecutionErrorSummaryFromDataSet

        protected org.jbpm.workbench.es.model.ExecutionErrorSummary createExecutionErrorSummaryFromDataSet​(org.dashbuilder.dataset.DataSet dataSet,
                                                                                                           Integer index)
      • acknowledgeExecutionError

        public void acknowledgeExecutionError​(String executionErrorId,
                                              String deploymentId)
      • goToJob

        public void goToJob​(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
      • getAcknowledgeActionCondition

        public Predicate<org.jbpm.workbench.es.model.ExecutionErrorSummary> getAcknowledgeActionCondition()
      • getViewJobActionCondition

        public Predicate<org.jbpm.workbench.es.model.ExecutionErrorSummary> getViewJobActionCondition()
      • getViewProcessInstanceActionCondition

        public Predicate<org.jbpm.workbench.es.model.ExecutionErrorSummary> getViewProcessInstanceActionCondition()
      • getViewTaskActionCondition

        public Predicate<org.jbpm.workbench.es.model.ExecutionErrorSummary> getViewTaskActionCondition()
      • goToProcessInstance

        public void goToProcessInstance​(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
      • goToTask

        public void goToTask​(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
      • bulkAcknowledge

        public void bulkAcknowledge​(List<org.jbpm.workbench.es.model.ExecutionErrorSummary> execErrorsSelected)
      • getMenus

        public void getMenus​(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
      • selectSummaryItem

        public void selectSummaryItem​(org.jbpm.workbench.es.model.ExecutionErrorSummary summary)
        Specified by:
        selectSummaryItem in class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
      • setExecutorService

        @Inject
        public void setExecutorService​(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.es.service.ExecutorService> executorService)
      • setupActiveSearchFilters

        public void setupActiveSearchFilters()
        Specified by:
        setupActiveSearchFilters in class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
      • existActiveSearchFilters

        public boolean existActiveSearchFilters()
        Specified by:
        existActiveSearchFilters in class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
      • getActiveFilterFromColumnFilter

        public org.jbpm.workbench.common.client.filters.active.ActiveFilterItem getActiveFilterFromColumnFilter​(org.dashbuilder.dataset.filter.ColumnFilter columnFilter)
        Overrides:
        getActiveFilterFromColumnFilter in class org.jbpm.workbench.common.client.list.AbstractMultiGridPresenter<org.jbpm.workbench.es.model.ExecutionErrorSummary,​ExecutionErrorListPresenter.ExecutionErrorListView>
      • getStatusColumnFilterDescription

        public String getStatusColumnFilterDescription​(org.dashbuilder.dataset.filter.ColumnFilter columnFilter)
      • getTypeColumnFilterDescription

        public String getTypeColumnFilterDescription​(org.dashbuilder.dataset.filter.ColumnFilter columnFilter)
      • setExecutionErrorSelectedEvent

        public void setExecutionErrorSelectedEvent​(javax.enterprise.event.Event<ExecutionErrorSelectedEvent> executionErrorSelectedEvent)