public class ScriptAttributes
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ScriptAttributes(com.uc4.util.XMLDocument doc) |
Modifier and Type | Method and Description |
---|---|
DeactivateCondition |
getDeactivate()
Returns the deactivate condition for this Job.
|
ExtendedReports |
getExtendedReports()
Returns the setting for extended reports.
|
java.lang.String |
getIntAccount()
Returns the internal account assigned to this Script.
|
int |
getPriority()
Priority with which this Script should be executed in the Automation Engine.
|
UC4ObjectName |
getQueue()
Returns the Queue Object.
|
UC4ObjectName |
getStartType()
Returns the start type of this Script.
|
UC4TimezoneName |
getTimezone()
Returns the TimeZone that is to be used.
|
boolean |
isGenerateAtRuntime()
Returns
true if the Script should not be generated at activation time but rather at runtime. |
MaxParallel |
maxParallel()
Returns settings for parallel tasks.
|
void |
setDeactivate(DeactivateCondition deactivate)
Sets the deactivate condition for this Job.
|
void |
setExtendedReports(ExtendedReports extendedReports)
Sets the option for extended reports.
|
void |
setGenerateAtRuntime(boolean value)
Sets or clears the Generate at runtime check box.
|
void |
setIntAccount(java.lang.String intAccount)
Sets the internal account, max.
|
void |
setPriority(int priority)
Priority with which this Script should be executed in the Automation Engine.
|
void |
setQueue(UC4ObjectName queue)
Sets the Queue that will be used when this object is executed.
|
void |
setStartType(UC4ObjectName startType)
Sets the start type of this Script.
|
void |
setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Script.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request) |
public UC4ObjectName getQueue()
public void setQueue(UC4ObjectName queue)
queue
- Name of the Queue Objectpublic UC4ObjectName getStartType()
public void setStartType(UC4ObjectName startType)
startType
- start typepublic java.lang.String getIntAccount()
public void setIntAccount(java.lang.String intAccount)
intAccount
- internal accountpublic MaxParallel maxParallel()
public int getPriority()
public void setPriority(int priority)
priority
- Prioritypublic UC4TimezoneName getTimezone()
public void setTimezone(UC4TimezoneName timezone)
timezone
- TimeZonepublic boolean isGenerateAtRuntime()
true
if the Script should not be generated at activation time but rather at runtime.true
if the Generate at runtime check box is selectedpublic void setGenerateAtRuntime(boolean value)
value
is true
the check box is set.value
- Generate at runtimeprotected void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request)
public DeactivateCondition getDeactivate()
public void setDeactivate(DeactivateCondition deactivate)
deactivate
- Deactivate conditionpublic ExtendedReports getExtendedReports()
public void setExtendedReports(ExtendedReports extendedReports)
extendedReports
- Extended reports.