public interface IDatastore
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getDatapoolScripts(java.lang.String dpName)
Provides an enumeration of scripts associated with the specified datapool in the
associated test project.
|
java.lang.String |
getDefaultMapName()
Provides access to the default test-object map name associated with this test
project.
|
int |
getMajorVersionNumber()
Provides access to the major version for the project.
|
int |
getMinorVersionNumber()
Provides access to the minor version for the project.
|
java.util.Enumeration |
getObjectMapScripts(java.lang.String mapName)
Provides an enumeration of scripts associated with the specified map in the
associated test project.
|
java.lang.String |
getProjectName()
Provides access to the test-management project name associated with this test project.
|
java.lang.String |
getProjectPath()
Provides access to the test-management project path associated with this test project.
|
java.lang.String |
getProjectSubType()
Provides access to the sub-type for the project.
|
java.util.Enumeration |
getScripts()
Provides an enumeration of the full script names available in the current associated
test project.
|
java.util.Enumeration |
getScripts(java.lang.String mapName)
Deprecated.
As of RFT2.0. Please use
getObjectMapScripts(String) |
java.util.Enumeration |
getSharedDatapools()
Provides an enumeration of project-relative datapool file names available in the
associated test project.
|
java.util.Enumeration |
getSharedMaps()
Provides an enumeration of project-relative map file names available in the
associated test project.
|
java.util.Enumeration |
getSimplifiedScriptVisuals()
Provides the enumeration of Project related application visuals for the simplified script
|
java.util.Enumeration |
getSimplifiedScriptVPs() |
java.util.Enumeration |
getTemplates()
Provides an enumeration of the project-relative template file names available in
the associated test project.
|
int getMajorVersionNumber()
int getMinorVersionNumber()
java.lang.String getProjectName()
java.lang.String getProjectPath()
java.lang.String getDefaultMapName()
null
, the private object maps are used by default.java.util.Enumeration getScripts()
String
values that
represent the full name of the script class. For example,
company.project.Script42
might be returned if such a script
exists in the project.java.util.Enumeration getScripts(java.lang.String mapName)
getObjectMapScripts(String)
String
values that
represent the full name of the script class. For example,
company.project.Script42
might be returned if such a script
exists in the project.
The mapName
is the project-relative file
name of the map, including any file suffix and path separators. For example,
maps/MyApplication.rftmap
might be returned if such a shared map
exists in the project.
mapName
- the project-relative file name of the map, including any file
suffix and path separatorsgetObjectMapScripts(String)
java.util.Enumeration getObjectMapScripts(java.lang.String mapName)
String
values that
represent the full name of the script class. For example,
company.project.Script42
might be returned if such a script
exists in the project.
The mapName
is the project-relative file
name of the map, including any file suffix and path separators. For example,
maps/MyApplication.rftmap
might be returned if such a shared map
exists in the project.
mapName
- the project-relative file name of the map, including any file
suffix and path separatorsjava.util.Enumeration getDatapoolScripts(java.lang.String dpName)
String
values that
represent the full name of the script class. For example,
company.project.Script42
might be returned if such a script
exists in the project.
The dpName
is the project-relative file
name of the datapool, including any file suffix and path separators. For example,
maps/MyApplication.rftdp
might be returned if such a shared datapool
exists in the project.
dpName
- the project-relative file name of the datapool, including any file
suffix and path separatorsjava.util.Enumeration getSharedMaps()
String
values that
represent the project-relative map file name. For example,
maps/MyApplication.rftmap
might be returned if such a shared map
exists in the project.java.util.Enumeration getSharedDatapools()
String
values that
represent the project-relative datapool file name. For example,
datapools/MyApplication.rftdp
might be returned if such a shared datapool
exists in the project.java.util.Enumeration getTemplates()
String
values.java.lang.String getProjectSubType()
java.util.Enumeration getSimplifiedScriptVisuals()
java.util.Enumeration getSimplifiedScriptVPs()