public class FileTransfer extends UC4Object implements LifecycleSaveAware
| Constructor and Description |
|---|
FileTransfer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSaveObject()
Called after an object is saved.
|
FileTransferAttributes |
attributes()
Returns the generic attributes of this FileTransfer.
|
String |
getPostProcess()
Returns the content of the Post Process tab.
|
String |
getProcess()
Returns the content of the "Process" tab.
|
XHeader |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
OutputScan |
outputScan()
Returns an
OutputScan instance which represents the "Output Scan" tab of a FileTransfer. |
Rollback |
rollback()
This method provides access to the rollback tab of an executable object.
|
Runtime |
runtime()
Returns runtime information of this job.
|
void |
setPostProcess(String postScript)
Sets the content of the Post Process tab.
|
void |
setProcess(String script)
Sets the content of the "Process" tab.
|
FileTransferSettings |
settings()
Settings for the FileTransfer (Source/Destination Hosts, File names, ...)
The return value represents the "FileTransfer" tab in the Dialog client.
|
SyncList |
syncs()
Returns a
SyncList object which contains sync conditions
of this object. |
void |
validate()
Validates the object.
|
ObjectValues |
values() |
docu, getAccess, getIdnr, getModCount, getName, getType, isOldVersion, load, storepublic FileTransferSettings settings()
public void validate()
throws InvalidObjectException
UC4ObjectInvalidObjectException is thrown.validate in class UC4ObjectInvalidObjectException - If the object is not validpublic FileTransferAttributes attributes()
public XHeader header()
public SyncList syncs()
SyncList object which contains sync conditions
of this object.public Runtime runtime()
public void setPostProcess(String postScript)
postScript - Post scriptpublic String getPostProcess()
public ObjectValues values()
public String getProcess()
public void setProcess(String script)
script - Scriptpublic OutputScan outputScan()
OutputScan instance which represents the "Output Scan" tab of a FileTransfer.public Rollback rollback()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Objectpublic void afterSaveObject()
LifecycleSaveAwareafterSaveObject in interface LifecycleSaveAwareCopyright © 2021. All rights reserved.