public class GroupAttributes
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
GroupAttributes(com.uc4.util.XMLDocument doc) |
Modifier and Type | Method and Description |
---|---|
UC4ObjectName |
getChildrenQueue()
Returns the name of the Queue Object for children of this Group.
|
DeactivateCondition |
getDeactivate()
Returns the deactivate condition for this Job.
|
ExtendedReports |
getExtendedReports()
Returns the setting for extended reports.
|
int |
getMaxParallel()
Returns the maximum number of executable objects which are allowed to run simultaneously in a Group.
|
UC4ObjectName |
getQueue()
Returns the Queue Object.
|
UC4TimezoneName |
getTimezone()
Returns the TimeZone that is to be used.
|
boolean |
isGenerateAtRuntime()
Returns
true if the JobGroup should not be generated at activation time but rather at runtime. |
void |
setChildrenQueue(UC4ObjectName childrenQueue)
Sets the name of the Queue Object for children of this Group.
|
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 |
setMaxParallel(int maxParallel)
Specify the maximum number of executable objects which are allowed to run simultaneously in a Group.
|
void |
setQueue(UC4ObjectName queue)
Sets the Queue that will be used when this Automic object is executed.
|
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 int getMaxParallel()
public void setMaxParallel(int maxParallel)
maxParallel
- Integer between 0 and 999public UC4ObjectName getQueue()
public void setQueue(UC4ObjectName queue)
queue
- Name of the Queue Objectpublic UC4ObjectName getChildrenQueue()
null
if *OWN has been set.public void setChildrenQueue(UC4ObjectName childrenQueue)
childrenQueue
- Name of the Queue (can be empty) or null
for *OWNpublic UC4TimezoneName getTimezone()
public void setTimezone(UC4TimezoneName timezone)
timezone
- TimeZonepublic boolean isGenerateAtRuntime()
true
if the JobGroup 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 ExtendedReports getExtendedReports()
public void setExtendedReports(ExtendedReports extendedReports)
extendedReports
- Extended reports.public DeactivateCondition getDeactivate()
public void setDeactivate(DeactivateCondition deactivate)
deactivate
- Deactivate condition