Class JobTaskSetting
A JobTaskSetting is a TaskSetting 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\TaskSetting
- hrm\setting\JobTaskSetting
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\TaskSetting
__construct()
,
checkPostedChromaticAberrationParameters()
,
checkPostedTaskParameters()
,
displayString()
,
getTemplatesSharedBy()
,
getTemplatesSharedWith()
,
isEligibleForCAC()
,
isEligibleForStabilization()
,
numberOfChannels()
,
parseParamsFromHuCore()
,
sharedParameterTable()
,
sharedTable()
,
taskParameterNames()
Methods inherited from hrm\setting\base\Setting
__clone()
,
beDefault()
,
copyParameterFrom()
,
isDefault()
,
load()
,
message()
,
name()
,
owner()
,
parameter()
,
parameterNames()
,
resetDefault()
,
save()
,
set()
,
setName()
,
setNumberOfChannels()
,
setOwner()
,
shareWith()