Interface ServiceTasksRepositoryListPresenter.ServiceTasksRepositoryListView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setConfiguration​(org.jbpm.workbench.wi.workitems.model.ServiceTasksConfiguration configuration)  
      void setServiceTaskList​(List<org.jbpm.workbench.wi.workitems.model.ServiceTaskSummary> serviceTaskList)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement
    • Method Detail

      • setServiceTaskList

        void setServiceTaskList​(List<org.jbpm.workbench.wi.workitems.model.ServiceTaskSummary> serviceTaskList)
      • setConfiguration

        void setConfiguration​(org.jbpm.workbench.wi.workitems.model.ServiceTasksConfiguration configuration)