@UiController(value="bpm_ProcessDefinition.browse") @UiDescriptor(value="process-definition-browse.xml") public class ProcessDefinitionBrowse extends io.jmix.ui.screen.StandardLookup<ProcessDefinitionData>
io.jmix.ui.screen.Screen.AfterCloseEvent, io.jmix.ui.screen.Screen.AfterDetachEvent, io.jmix.ui.screen.Screen.AfterInitEvent, io.jmix.ui.screen.Screen.AfterShowEvent, io.jmix.ui.screen.Screen.BeforeCloseEvent, io.jmix.ui.screen.Screen.BeforeShowEvent, io.jmix.ui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
protected io.jmix.ui.component.FileUploadField |
bpmnXmlUploadField |
protected FlowableEntitiesConverter |
entitiesConverter |
protected io.jmix.ui.component.TextField<java.lang.String> |
keyField |
protected io.jmix.ui.component.CheckBox |
lastVersionOnlyCb |
protected io.jmix.core.Messages |
messages |
protected io.jmix.ui.component.TextField<java.lang.String> |
nameField |
protected io.jmix.ui.Notifications |
notifications |
protected io.jmix.ui.model.CollectionContainer<ProcessDefinitionData> |
processDefinitionsDc |
protected io.jmix.ui.component.DataGrid<ProcessDefinitionData> |
processDefinitionsTable |
protected ProcessFormScreens |
processFormScreens |
protected org.flowable.engine.RepositoryService |
repositoryService |
protected io.jmix.ui.ScreenBuilders |
screenBuilders |
Constructor and Description |
---|
ProcessDefinitionBrowse() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyFilter() |
protected void |
initFilter() |
protected void |
initUploadBtn() |
protected boolean |
isBpmnResource(java.lang.String resourceName) |
void |
onApplyFilter(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event) |
void |
onProcessDefinitionsTableOpenInModeler(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
onProcessDefinitionsTableStartProcess(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
onProcessDefinitionsTableViewDetails(io.jmix.ui.action.Action.ActionPerformedEvent event) |
protected void |
openInModeler() |
protected java.lang.String |
wrapForLikeExpr(java.lang.String s) |
addDefaultCancelAction, addDefaultSelectAction, cancel, getLookupActionsLayout, getLookupComponent, getSelectHandler, getSelectValidator, getWindowActionOptional, initActions, select, select, setLookupComponentMultiSelect, setSelectHandler, setSelectValidator, setupCommitShortcut, setupLookupComponent
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
@Autowired protected org.flowable.engine.RepositoryService repositoryService
@Autowired protected FlowableEntitiesConverter entitiesConverter
@Autowired protected ProcessFormScreens processFormScreens
@Autowired protected io.jmix.ui.Notifications notifications
@Autowired protected io.jmix.core.Messages messages
@Autowired protected io.jmix.ui.ScreenBuilders screenBuilders
@Autowired protected io.jmix.ui.component.FileUploadField bpmnXmlUploadField
@Autowired protected io.jmix.ui.model.CollectionContainer<ProcessDefinitionData> processDefinitionsDc
@Autowired protected io.jmix.ui.component.TextField<java.lang.String> keyField
@Autowired protected io.jmix.ui.component.CheckBox lastVersionOnlyCb
@Autowired protected io.jmix.ui.component.DataGrid<ProcessDefinitionData> processDefinitionsTable
@Autowired protected io.jmix.ui.component.TextField<java.lang.String> nameField
@Subscribe public void onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event)
protected void initUploadBtn()
protected void initFilter()
protected void applyFilter()
@Subscribe(value="applyFilter") public void onApplyFilter(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Subscribe(value="processDefinitionsTable.startProcess") public void onProcessDefinitionsTableStartProcess(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Subscribe(value="processDefinitionsTable.openInModeler") public void onProcessDefinitionsTableOpenInModeler(io.jmix.ui.action.Action.ActionPerformedEvent event)
protected void openInModeler()
@Subscribe(value="processDefinitionsTable.viewDetails") public void onProcessDefinitionsTableViewDetails(io.jmix.ui.action.Action.ActionPerformedEvent event)
protected java.lang.String wrapForLikeExpr(java.lang.String s)
protected boolean isBpmnResource(java.lang.String resourceName)