public class EventAttributes
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
EventAttributes(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 Job.
|
int |
getPriority()
Priority with which this Job should be executed in UC4.
|
UC4ObjectName |
getQueue()
Returns the Queue Object.
|
UC4ObjectName |
getStartType()
Returns the start type of this Job.
|
UC4TimezoneName |
getTimezone()
Returns the TimeZone that is to be used.
|
boolean |
isGenerateAtRuntime()
Returns
true if the Job 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 Job should be executed in UC4.
|
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 Job.
|
void |
setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request) |
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 boolean isGenerateAtRuntime()
true
if the Job 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 runtimepublic int getPriority()
public void setPriority(int priority)
priority
- Prioritypublic MaxParallel maxParallel()
public UC4TimezoneName getTimezone()
public void setTimezone(UC4TimezoneName timezone)
timezone
- TimeZonepublic DeactivateCondition getDeactivate()
public void setDeactivate(DeactivateCondition deactivate)
deactivate
- Deactivate conditionpublic ExtendedReports getExtendedReports()
public void setExtendedReports(ExtendedReports extendedReports)
extendedReports
- Extended reports.