Class DynamicShortcutReference
- java.lang.Object
-
- com.blueriq.component.api.ProjectReference
-
- com.blueriq.component.api.shortcut.Shortcut
-
- com.blueriq.component.api.shortcut.DynamicShortcutReference
-
- All Implemented Interfaces:
IProjectReference
,IShortcut
,Serializable
public class DynamicShortcutReference extends Shortcut
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicShortcutReference(IShortcut shortcut, com.aquima.interactions.foundation.ApplicationID applicationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aquima.interactions.foundation.ApplicationID
getApplicationId()
-
Methods inherited from class com.blueriq.component.api.shortcut.Shortcut
addTestPath, equals, getName, getTestPaths, getTestPathVersion, hashCode, isDynamicVersion, isSecurityEnabled, isTestPathAvailable, setDynamicVersion, setSecurityEnabled
-
Methods inherited from class com.blueriq.component.api.ProjectReference
getAllParameters, getAquimaUi, getChannel, getFlow, getLanguageCode, getParameter, getParameters, getProjectName, getTestPath, getTheme, getVersion, hasPrivateAccess, isDevtoolsEnabled, setAquimaUi, setChannel, setDevtoolsEnabled, setFlow, setLanguageCode, setParameters, setPrivateAccess, setProjectName, setTestPath, setTheme, setVersion, toString, toUrl, toUrl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.blueriq.component.api.IProjectReference
getAllParameters, getAquimaUi, getChannel, getFlow, getLanguageCode, getParameter, getParameters, getProjectName, getTestPath, getTheme, getVersion, hasPrivateAccess, isDevtoolsEnabled, toUrl
-
-
-
-
Constructor Detail
-
DynamicShortcutReference
public DynamicShortcutReference(IShortcut shortcut, com.aquima.interactions.foundation.ApplicationID applicationId)
-
-