Class ProcessInstanceListView

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<ProcessInstanceData>, MultiSelectLookupView, Serializable

@Route(value="bpm/processinstances", layout=DefaultMainViewParent.class) @ViewController("bpm_ProcessInstance.list") @ViewDescriptor("process-instance-list-view.xml") @DialogMode(width="50em", height="38.5em") public class ProcessInstanceListView extends StandardListView<ProcessInstanceData>
See Also:
  • Field Details

    • runtimeService

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

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

      @Autowired protected FlowableEntitiesConverter entitiesConverter
    • historyService

      @Autowired protected org.flowable.engine.HistoryService historyService
    • repositoryService

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

      @Autowired protected MessageBundle messageBundle
    • viewNavigators

      @Autowired protected ViewNavigators viewNavigators
    • processInstancesDc

    • processDefinitionComboBox

      @ViewComponent protected com.vaadin.flow.component.combobox.ComboBox<ProcessDefinitionData> processDefinitionComboBox
    • processStateComboBox

      @ViewComponent protected com.vaadin.flow.component.combobox.ComboBox<String> processStateComboBox
    • businessKeyField

      @ViewComponent protected com.vaadin.flow.component.textfield.TextField businessKeyField
    • processInstancesGrid

      @ViewComponent protected DataGrid<ProcessInstanceData> processInstancesGrid
  • Constructor Details

    • ProcessInstanceListView

      public ProcessInstanceListView()
  • Method Details