Package io.jmix.bpmflowui.config
Class BpmUiProperties
java.lang.Object
io.jmix.bpmflowui.config.BpmUiProperties
Configuration properties for BPM Add-on UI.
-
Constructor Summary
ConstructorsConstructorDescriptionBpmUiProperties(String applyFilterShortcut, String startProcessShortcut, String suspendProcessShortcut, String migrateProcessShortcut, String activateProcessShortcut, String deleteProcessShortcut, String taskClaimCloseShortcut, String taskClaimResumeShortcut, String restoreFailedJobShortcut, String deleteFailedJobShortcut, String deployShortcut, String downloadXmlShortcut, String openDraftShortcut, String saveDraftShortcut) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActivateProcessShortcut(String activateProcessShortcut) voidsetApplyFilterShortcut(String applyFilterShortcut) voidsetDeleteFailedJobShortcut(String deleteFailedJobShortcut) voidsetDeleteProcessShortcut(String deleteProcessShortcut) voidsetDeployShortcut(String deployShortcut) voidsetDownloadXmlShortcut(String downloadXmlShortcut) voidsetMigrateProcessShortcut(String migrateProcessShortcut) voidsetOpenDraftShortcut(String openDraftShortcut) voidsetRestoreFailedJobShortcut(String restoreFailedJobShortcut) voidsetSaveDraftShortcut(String saveDraftShortcut) voidsetStartProcessShortcut(String startProcessShortcut) voidsetSuspendProcessShortcut(String suspendProcessShortcut) voidsetTaskClaimCloseShortcut(String taskClaimCloseShortcut) voidsetTaskClaimResumeShortcut(String taskClaimResumeShortcut)
-
Constructor Details
-
BpmUiProperties
public BpmUiProperties(@DefaultValue("CONTROL-ENTER") String applyFilterShortcut, @DefaultValue("CONTROL-ALT-R") String startProcessShortcut, @DefaultValue("CONTROL-ALT-P") String suspendProcessShortcut, @DefaultValue("CONTROL-ALT-M") String migrateProcessShortcut, @DefaultValue("CONTROL-ALT-A") String activateProcessShortcut, @DefaultValue("CONTROL-ALT-MINUS") String deleteProcessShortcut, @DefaultValue("CONTROL-ALT-C") String taskClaimCloseShortcut, @DefaultValue("CONTROL-ALT-X") String taskClaimResumeShortcut, @DefaultValue("CONTROL-ALT-R") String restoreFailedJobShortcut, @DefaultValue("CONTROL-ALT-MINUS") String deleteFailedJobShortcut, @DefaultValue("CONTROL-ALT-E") String deployShortcut, @DefaultValue("CONTROL-ALT-U") String downloadXmlShortcut, @DefaultValue("CONTROL-ALT-X") String openDraftShortcut, @DefaultValue("CONTROL-ALT-S") String saveDraftShortcut)
-
-
Method Details
-
getApplyFilterShortcut
-
setApplyFilterShortcut
-
getStartProcessShortcut
-
setStartProcessShortcut
-
getTaskClaimCloseShortcut
-
setTaskClaimCloseShortcut
-
getTaskClaimResumeShortcut
-
setTaskClaimResumeShortcut
-
getSuspendProcessShortcut
-
setSuspendProcessShortcut
-
getMigrateProcessShortcut
-
setMigrateProcessShortcut
-
getActivateProcessShortcut
-
setActivateProcessShortcut
-
getDeleteProcessShortcut
-
setDeleteProcessShortcut
-
getRestoreFailedJobShortcut
-
setRestoreFailedJobShortcut
-
getDeleteFailedJobShortcut
-
setDeleteFailedJobShortcut
-
getDeployShortcut
-
setDeployShortcut
-
getDownloadXmlShortcut
-
setDownloadXmlShortcut
-
getOpenDraftShortcut
-
setOpenDraftShortcut
-
getSaveDraftShortcut
-
setSaveDraftShortcut
-