Class Shortcut
java.lang.Object
com.blueriq.component.api.ProjectReference
com.blueriq.component.api.shortcut.Shortcut
- All Implemented Interfaces:
IProjectReference
,IShortcut
,Serializable
- Direct Known Subclasses:
DynamicShortcutReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTestPath
(String name, com.aquima.interactions.foundation.Version version) boolean
getName()
com.aquima.interactions.foundation.Version
getTestPathVersion
(String testPath) int
hashCode()
boolean
boolean
boolean
isTestPathAvailable
(String testPath) void
setDynamicVersion
(boolean dynamicVersion) void
setSecurityEnabled
(boolean securityEnabled) 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 Details
-
Shortcut
-
Shortcut
-
-
Method Details
-
getName
-
isDynamicVersion
public boolean isDynamicVersion()- Specified by:
isDynamicVersion
in interfaceIShortcut
-
isSecurityEnabled
public boolean isSecurityEnabled()- Specified by:
isSecurityEnabled
in interfaceIShortcut
-
isTestPathAvailable
- Specified by:
isTestPathAvailable
in interfaceIShortcut
-
getTestPathVersion
- Specified by:
getTestPathVersion
in interfaceIShortcut
-
setDynamicVersion
public void setDynamicVersion(boolean dynamicVersion) -
setSecurityEnabled
public void setSecurityEnabled(boolean securityEnabled) -
getTestPaths
- Specified by:
getTestPaths
in interfaceIShortcut
-
addTestPath
-
equals
- Overrides:
equals
in classProjectReference
-
hashCode
public int hashCode()- Overrides:
hashCode
in classProjectReference
-