Package com.aquima.web.shortcut.function
Class FunctionShortcutManager
- java.lang.Object
-
- com.aquima.web.shortcut.function.FunctionShortcutManager
-
- All Implemented Interfaces:
com.blueriq.component.api.shortcut.function.IFunctionShortcutManager
@Component @RefreshScope public class FunctionShortcutManager extends Object implements com.blueriq.component.api.shortcut.function.IFunctionShortcutManager
-
-
Constructor Summary
Constructors Constructor Description FunctionShortcutManager(FunctionShortcutsProperties shortcutConfiguration, AquimaEngineConfiguration aquimaEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.blueriq.component.api.shortcut.function.FunctionShortcut
getFunctionShortcut(String name)
Collection<com.blueriq.component.api.shortcut.function.FunctionShortcut>
getFunctionShortcuts()
-
-
-
Constructor Detail
-
FunctionShortcutManager
@Autowired public FunctionShortcutManager(FunctionShortcutsProperties shortcutConfiguration, AquimaEngineConfiguration aquimaEngineConfiguration)
-
-
Method Detail
-
getFunctionShortcut
public com.blueriq.component.api.shortcut.function.FunctionShortcut getFunctionShortcut(String name)
- Specified by:
getFunctionShortcut
in interfacecom.blueriq.component.api.shortcut.function.IFunctionShortcutManager
-
getFunctionShortcuts
public Collection<com.blueriq.component.api.shortcut.function.FunctionShortcut> getFunctionShortcuts()
- Specified by:
getFunctionShortcuts
in interfacecom.blueriq.component.api.shortcut.function.IFunctionShortcutManager
-
-