Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:scripting_dataset [2018/07/24 18:37] – [Metric Dataset Script Global Variables] bkkr72:scripting_dataset [2021/07/29 08:07] cgl
Line 1: Line 1:
 [[:72:scripting|Use Scripting]] [[:72:scripting|Use Scripting]]
  
-====== Metric Dataset Script Global Variables ======+====== Global Script Variables ======
  
 **Description**: Set of predefined global variables to be used in Stages data set script or in a collector script. **Description**: Set of predefined global variables to be used in Stages data set script or in a collector script.
 === Methods === === Methods ===
  
-**Pkit**+**pkit | stages | $s**
  
-   * Return: pkit +   * Description: Starting handle to get process information.
-  * Description: Starting handle to get process information.+
       * getProjectsByName(str)       * getProjectsByName(str)
         * str is the name of a project         * str is the name of a project
Line 20: Line 19:
       * getCurrentProject()       * getCurrentProject()
         * returns the project element where the report is located         * returns the project element where the report is located
 +      * getCurrentProcess()
 +        * returns the currently viewed process version of the active workspace
  
 **Dataset** **Dataset**
Line 28: Line 29:
 **CurrentMetric** **CurrentMetric**
  
-  * Return: ProcessElementElement (Metric) +  * Return: MetricFolder 
-  * Description: Returns the actual metric+  * Description: Returns the report folder
  
-**CurrentCollector** +**CurrentUser**
- +
-  * Return: MetricCollectorElement +
-  * Description: +
-      * Collector +
-        * Returns the actual Collector +
-      * Stages Data set +
-        * Not defined +
- +
-CurrentUser+
  
   * Return: UserElement   * Return: UserElement
-  * Description: Returns the report datasource user+  * Description: Returns the current user