Class BpmUiProperties

java.lang.Object
io.jmix.bpmflowui.config.BpmUiProperties

@ConfigurationProperties(prefix="jmix.bpm.ui") public class BpmUiProperties extends Object
Configuration properties for BPM Add-on UI.
  • Constructor Details

    • BpmUiProperties

      public BpmUiProperties(@DefaultValue("SHIFT-ENTER") String applyFilterShortcut, @DefaultValue("CONTROL-ALT-P") String startProcessShortcut, @DefaultValue("CONTROL-ALT-S") String suspendProcessShortcut, @DefaultValue("CONTROL-ALT-M") String migrateProcessShortcut, @DefaultValue("CONTROL-ALT-A") String activateProcessShortcut, @DefaultValue("CONTROL-ALT-D") String deleteProcessShortcut, @DefaultValue("CONTROL-W") String taskClaimCloseShortcut, @DefaultValue("CONTROL-R") String taskClaimResumeShortcut, @DefaultValue("CONTROL-ALT-R") String restoreFailedJobShortcut, @DefaultValue("CONTROL-ALT-J") String deleteFailedJobShortcut, @DefaultValue("SHIFT-ALT-U") String deployShortcut, @DefaultValue("SHIFT-ALT-D") String downloadXmlShortcut, @DefaultValue("SHIFT-ALT-O") String openDraftShortcut, @DefaultValue("SHIFT-ALT-S") String saveDraftShortcut)
  • Method Details

    • getApplyFilterShortcut

      public String getApplyFilterShortcut()
    • setApplyFilterShortcut

      public void setApplyFilterShortcut(String applyFilterShortcut)
    • getStartProcessShortcut

      public String getStartProcessShortcut()
    • setStartProcessShortcut

      public void setStartProcessShortcut(String startProcessShortcut)
    • getTaskClaimCloseShortcut

      public String getTaskClaimCloseShortcut()
    • setTaskClaimCloseShortcut

      public void setTaskClaimCloseShortcut(String taskClaimCloseShortcut)
    • getTaskClaimResumeShortcut

      public String getTaskClaimResumeShortcut()
    • setTaskClaimResumeShortcut

      public void setTaskClaimResumeShortcut(String taskClaimResumeShortcut)
    • getSuspendProcessShortcut

      public String getSuspendProcessShortcut()
    • setSuspendProcessShortcut

      public void setSuspendProcessShortcut(String suspendProcessShortcut)
    • getMigrateProcessShortcut

      public String getMigrateProcessShortcut()
    • setMigrateProcessShortcut

      public void setMigrateProcessShortcut(String migrateProcessShortcut)
    • getActivateProcessShortcut

      public String getActivateProcessShortcut()
    • setActivateProcessShortcut

      public void setActivateProcessShortcut(String activateProcessShortcut)
    • getDeleteProcessShortcut

      public String getDeleteProcessShortcut()
    • setDeleteProcessShortcut

      public void setDeleteProcessShortcut(String deleteProcessShortcut)
    • getRestoreFailedJobShortcut

      public String getRestoreFailedJobShortcut()
    • setRestoreFailedJobShortcut

      public void setRestoreFailedJobShortcut(String restoreFailedJobShortcut)
    • getDeleteFailedJobShortcut

      public String getDeleteFailedJobShortcut()
    • setDeleteFailedJobShortcut

      public void setDeleteFailedJobShortcut(String deleteFailedJobShortcut)
    • getDeployShortcut

      public String getDeployShortcut()
    • setDeployShortcut

      public void setDeployShortcut(String deployShortcut)
    • getDownloadXmlShortcut

      public String getDownloadXmlShortcut()
    • setDownloadXmlShortcut

      public void setDownloadXmlShortcut(String downloadXmlShortcut)
    • getOpenDraftShortcut

      public String getOpenDraftShortcut()
    • setOpenDraftShortcut

      public void setOpenDraftShortcut(String openDraftShortcut)
    • getSaveDraftShortcut

      public String getSaveDraftShortcut()
    • setSaveDraftShortcut

      public void setSaveDraftShortcut(String saveDraftShortcut)