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
- hrm\setting\AnalysisSetting
- hrm\setting\JobAnalysisSetting
Methods summary
public static
string
|
|
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(). |
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()