Package com.uc4.api.objects
Class Script
java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.Script
- All Implemented Interfaces:
LifecycleSaveAware
This class represents a SCRI object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after an object is saved.Returns the attributes of this Script.Returns the content of the "Process" tab.header()Returns the header data of this object.booleanReturnstrueif this Object can be executed.protected voidloadContent(com.uc4.util.XMLDocument doc, ConnectionAttributes info) rollback()This method provides access to the rollback tab of an executable object.runtime()Returns runtime information of this job.voidsetProcess(String script) Sets the content of the "Process" tab.protected voidstoreContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) syncs()Returns aSyncListobject which contains sync conditions of this object.values()Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
Constructor Details
-
Script
public Script()
-
-
Method Details
-
loadContent
-
header
Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
-
syncs
Returns aSyncListobject which contains sync conditions of this object.- Returns:
- sync conditions
-
attributes
Returns the attributes of this Script. The returned object contains all information of the attributes tab.- Returns:
- Script attributes
-
runtime
Returns runtime information of this job. This corresponds to the "Runtime" tab in the dialog client.- Returns:
- Runtime information
-
getProcess
Returns the content of the "Process" tab.- Returns:
- JCL
-
setProcess
Sets the content of the "Process" tab.- Parameters:
script- Script
-
values
- Returns:
- Variables of this object
-
rollback
This method provides access to the rollback tab of an executable object.- Returns:
- Rollback settings
-
storeContent
protected void storeContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) -
isExecutable
public boolean isExecutable()Description copied from class:UC4ObjectReturnstrueif this Object can be executed.- Specified by:
isExecutablein classUC4Object- Returns:
- true if the Object can be executed, false if not.
-
afterSaveObject
public void afterSaveObject()Description copied from interface:LifecycleSaveAwareCalled after an object is saved.- Specified by:
afterSaveObjectin interfaceLifecycleSaveAware
-