Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional definition of a letter in the title to use as shortcut.

predefinedDisplay

Enumeration of possible displays:

  • time series dialog
  • time series lister (also known as database lister)
  • plot overview
  • documents
  • topology tree
  • topology diagram
  • forecast management
  • workflow navigator
displayConfigFileName

Since 2013.02. Config file of the display. The display to start is recognized by the schema name in the config file

taskExe

Command line for executable to run on initiating the task (the task may be either a call to an executable or to a Java class)

...

Java class to run on initiating the task (the task may be either a call to an executable or to a Java class)
The possible taskClasses are listed in the next howto
Notice that you better use the predefinedDisplay or displayConfigFileName elements.

arguments

Optional argument string to be passed to the task.
In case of a embedded vJDBC service, you can parse the actual portnumber to an application with the argument %VJDBC_PORT% or %PORT%.
Since 2012.01, the TimeSeriesDisplay can be started with preselection of a statistical function (see example below)

...