Class AllTasksView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, LookupView<TaskData>, MultiSelectLookupView, Serializable

@Route(value="bpm/alltasksview", layout=DefaultMainViewParent.class) @ViewController("bpm_AllTasksView") @ViewDescriptor("all-tasks-view.xml") public class AllTasksView extends StandardListView<TaskData>
See Also:
  • Field Details

    • metadata

      @Autowired protected Metadata metadata
    • entitiesConverter

      @Autowired protected FlowableEntitiesConverter entitiesConverter
    • repositoryService

      @Autowired protected org.flowable.engine.RepositoryService repositoryService
    • messageTools

      @Autowired protected MessageTools messageTools
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • taskService

      @Autowired protected org.flowable.engine.TaskService taskService
    • runtimeService

      @Autowired protected org.flowable.engine.RuntimeService runtimeService
    • userGroupService

      @Autowired protected UserGroupService userGroupService
    • userRepository

      @Autowired protected UserRepository userRepository
    • bpmTenantProvider

      @Autowired(required=false) protected BpmTenantProvider bpmTenantProvider
    • viewNavigators

      @Autowired protected ViewNavigators viewNavigators
    • dialogWindows

      @Autowired protected DialogWindows dialogWindows
    • tasksDc

    • processDefinitionsMap

      protected Map<String,ProcessDefinitionData> processDefinitionsMap
  • Constructor Details

    • AllTasksView

      public AllTasksView()
  • Method Details

    • onInit

      @Subscribe protected void onInit(View.InitEvent initEvent)
    • initFilter

      protected void initFilter()
    • initUserLookups

      protected void initUserLookups()
    • initUserGroupsLookup

      protected void initUserGroupsLookup()
    • applyFilter

      protected void applyFilter()
    • findProcessDefinitionData

      protected ProcessDefinitionData findProcessDefinitionData(String processDefinitionId)
    • onTasksDataGridOpenProcessInstanceActionPerformed

      @Subscribe("tasksDataGrid.openProcessInstance") protected void onTasksDataGridOpenProcessInstanceActionPerformed(ActionPerformedEvent event)
    • onTasksDataGridReassignTaskActionPerformed

      @Subscribe("tasksDataGrid.reassignTask") protected void onTasksDataGridReassignTaskActionPerformed(ActionPerformedEvent event)
    • onApplyFilterActionPerformed

      @Subscribe("applyFilter") protected void onApplyFilterActionPerformed(ActionPerformedEvent event)