Huygens Remote Manager
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • hrm
    • job
    • param
      • base
    • setting
      • base
    • shell
    • stats
    • user
      • proxy

Classes

  • AnalysisSetting
  • AnalysisSettingEditor
  • JobAnalysisSetting
  • JobParameterSetting
  • JobTaskSetting
  • ParameterSetting
  • ParameterSettingEditor
  • TaskSetting
  • TaskSettingEditor

Class JobAnalysisSetting

A JobAnalysisSetting is an AnalysisSetting that is used when a Job is executed by the queue manager. It uses different database tables and knows how to put its parameter settings onto a script.

hrm\setting\base\Setting
Extended by hrm\setting\AnalysisSetting
Extended by hrm\setting\JobAnalysisSetting
Namespace: hrm\setting
Package: hrm
Located at setting/JobAnalysisSetting.php

Methods summary

public static string
# table( )

Returns the name of the database table in which the list of Setting names are stored.

Returns the name of the database table in which the list of Setting names are stored.

Besides the name, the table contains the Setting's name, owner and the standard (default) flag.

Returns

string
The table name.

Throws

Exception
This method must be reimplemented.

Overrides

hrm\setting\AnalysisSetting::table
public static string
# parameterTable( )

Returns the name of the database table in which all the Parameters for the Settings stored in the table specified in table().

Returns the name of the database table in which all the Parameters for the Settings stored in the table specified in table().

Returns

string
The parameter table name.

Throws

Exception
This method must be reimplemented.

See

hrm\setting\JobAnalysisSetting::table()

Overrides

hrm\setting\AnalysisSetting::parameterTable

Methods inherited from hrm\setting\AnalysisSetting

__construct(), checkPostedAnalysisParameters(), displayString(), getTemplatesSharedBy(), getTemplatesSharedWith(), numberOfChannels(), sharedParameterTable(), sharedTable()

Methods inherited from hrm\setting\base\Setting

__clone(), beDefault(), copyParameterFrom(), isDefault(), load(), message(), name(), owner(), parameter(), parameterNames(), resetDefault(), save(), set(), setName(), setNumberOfChannels(), setOwner(), shareWith()

Huygens Remote Manager API documentation generated by ApiGen