public class Cockpit extends UC4Object implements LifecycleSaveAware
| Constructor and Description |
|---|
Cockpit() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSaveObject()
Called after an object is saved.
|
CockpitDesign |
design()
Returns the design of the Cockpit.
|
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. |
Runtime |
runtime()
Returns runtime information of this job.
|
void |
setProcess(String script)
Sets the content of the "Process" tab.
|
SyncList |
syncs()
Returns a
SyncList object which contains sync conditions
of this object. |
ObjectValues |
values() |
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Objectpublic XHeader header()
public SyncList syncs()
SyncList object which contains sync conditions
of this object.public CockpitDesign design()
public Runtime runtime()
public ObjectValues values()
public String getProcess()
public void setProcess(String script)
script - Scriptpublic void afterSaveObject()
LifecycleSaveAwareafterSaveObject in interface LifecycleSaveAwareCopyright © 2021. All rights reserved.