public class ExecuteTestOptions
extends java.lang.Object
Constructor and Description |
---|
ExecuteTestOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGeneratedJCL()
Returns
true if the option generated JCL is selected. |
boolean |
isModificationOfAttributes()
Returns
true if the option modification of attributes is selected. |
boolean |
isModificationOfVariables()
Returns
true if the option modification of variables is selected. |
boolean |
isOriginalScript()
Returns
true if the option Original Script is selected. |
void |
save(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element testOpt,
boolean emptyIfZero)
Internal use only.
|
void |
setGeneratedJCL(boolean generatedJCL)
Sets the option to show the generated JCL in the activation protocol.
|
void |
setModificationOfAttributes(boolean modificationOfAttributes)
Sets the option to show the modification of attributes in the activation protocol.
|
void |
setModificationOfVariables(boolean modificationOfVariables)
Sets the option to show the modification of variables in the activation protocol.
|
void |
setOriginalScript(boolean originalScript)
Sets the option to show the original script in the activation protocol.
|
void |
setShowAttributeDialog(boolean showAttributeDialog)
Shows the attribute Dialog.
|
boolean |
showAttributeDialog()
Returns
true if the Attribute Dialog will be opened
before the object starts. |
public boolean showAttributeDialog()
true
if the Attribute Dialog will be opened
before the object starts.public void setShowAttributeDialog(boolean showAttributeDialog)
true
the
corresponding ExecuteObject
request has to be sent using the
method sendRequest
.
The client will be notified by the INotificationListener#read
method.showAttributeDialog
- True if the attribut dialog should be opened before the object startspublic boolean isGeneratedJCL()
true
if the option generated JCL is selected.public void setGeneratedJCL(boolean generatedJCL)
generatedJCL
- True if the generated JCL should be displayed in the activation protocolpublic boolean isModificationOfAttributes()
true
if the option modification of attributes is selected.public void setModificationOfAttributes(boolean modificationOfAttributes)
modificationOfAttributes
- True if the modification of attributes should be displayed in the activation protocolpublic boolean isModificationOfVariables()
true
if the option modification of variables is selected.public void setModificationOfVariables(boolean modificationOfVariables)
modificationOfVariables
- True if the modification of variables should be displayed in the activation protocolpublic boolean isOriginalScript()
true
if the option Original Script is selected.public void setOriginalScript(boolean originalScript)
originalScript
- True if the original script should be displayed in the activation protocolpublic void save(com.uc4.util.XMLDocument doc, org.w3c.dom.Element testOpt, boolean emptyIfZero)
doc
- XML DocumenttestOpt
- Test optionsemptyIfZero
- Workaround for a bug: If the test options are used
from the restart, 1 and 0 ist not supported. Instead an empty string must be set (see S# 138968)
On the other hand if ExecuteTestOptions are used from execute once, one and zero MUST be used (no empty String allowed)
Should be fixed in the XREQ.