Class ProcessDefinitionListView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
io.jmix.bpmflowui.view.processdefinition.ProcessDefinitionListView
- 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
,Serializable
@Route(value="bpm/processdefinitions",
layout=DefaultMainViewParent.class)
@ViewController("bpm_ProcessDefinition.list")
@ViewDescriptor("process-definition-list-view.xml")
public class ProcessDefinitionListView
extends StandardView
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.flowui.view.View
View.AfterCloseEvent, View.BeforeCloseEvent, View.BeforeShowEvent, View.InitEvent, View.QueryParametersChangeEvent, View.ReadyEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected FileUploadField
protected BpmTenantProvider
protected FlowableEntitiesConverter
protected com.vaadin.flow.component.textfield.TextField
protected com.vaadin.flow.component.checkbox.Checkbox
protected MessageBundle
protected com.vaadin.flow.component.textfield.TextField
protected Notifications
protected CollectionContainer<ProcessDefinitionData>
protected DataGrid<ProcessDefinitionData>
protected ProcessFormViews
protected org.flowable.engine.RepositoryService
protected ViewNavigators
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected boolean
isBpmnResource
(String resourceName) void
void
onBeforeShow
(View.BeforeShowEvent event) void
void
void
protected void
protected String
Methods inherited from class io.jmix.flowui.view.StandardView
initContent
Methods inherited from class io.jmix.flowui.view.View
addAfterCloseListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addQueryParametersChangeListener, addReadyListener, afterNavigation, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onDetach, setApplicationContext, setId, setPreventBrowserTabClosing, setViewActions, setViewData, setViewFacets
Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getEventBus, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Field Details
-
repositoryService
@Autowired protected org.flowable.engine.RepositoryService repositoryService -
entitiesConverter
-
processFormViews
-
notifications
-
messageBundle
-
bpmTenantProvider
-
bpmnXmlUploadField
-
processDefinitionsDc
-
processDefinitionsGrid
-
keyField
-
lastVersionOnlyCb
-
nameField
-
-
Constructor Details
-
ProcessDefinitionListView
public ProcessDefinitionListView()
-
-
Method Details
-
onBeforeShow
-
initUploadBtn
protected void initUploadBtn() -
initFilter
protected void initFilter() -
applyFilter
protected void applyFilter() -
onApplyFilter
-
onprocessDefinitionsGridStartProcess
@Subscribe("processDefinitionsGrid.startProcess") public void onprocessDefinitionsGridStartProcess(ActionPerformedEvent event) -
onprocessDefinitionsGridOpenInModeler
@Subscribe("processDefinitionsGrid.openInModeler") public void onprocessDefinitionsGridOpenInModeler(ActionPerformedEvent event) -
openInModeler
protected void openInModeler() -
onProcessDefinitionsGridViewDetails
@Subscribe("processDefinitionsGrid.viewDetails") public void onProcessDefinitionsGridViewDetails(ActionPerformedEvent event) -
isBpmnResource
-
wrapForLikeExpr
-