Interface ServiceTasksRepositoryListPresenter.ServiceTasksRepositoryListView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ServiceTasksRepositoryListPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<ServiceTasksRepositoryListPresenter>
- All Known Implementing Classes:
ServiceTasksRepositoryListViewImpl
- Enclosing class:
- ServiceTasksRepositoryListPresenter
public static interface ServiceTasksRepositoryListPresenter.ServiceTasksRepositoryListView extends org.uberfire.client.mvp.UberElement<ServiceTasksRepositoryListPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConfiguration(org.jbpm.workbench.wi.workitems.model.ServiceTasksConfiguration configuration)voidsetServiceTaskList(List<org.jbpm.workbench.wi.workitems.model.ServiceTaskSummary> serviceTaskList)
-
-
-
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)
-
-