public class DatabaseEvent extends UC4Object implements LifecycleSaveAware
| Constructor and Description |
|---|
DatabaseEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSaveObject()
Called after an object is saved.
|
EventAttributes |
attributes() |
DatabaseEventSettings |
database()
Provides access to the database tab of this Event Object.
|
EventCalendar |
eventCalendar() |
String |
getEventProcess()
Returns the content of the "!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. |
Rollback |
rollback()
This method provides access to the rollback tab of an executable object.
|
Runtime |
runtime()
Returns runtime information of this job.
|
void |
setEventProcess(String script)
Sets the content of the "!Process" tab.
|
void |
setProcess(String script)
Sets the content of the "Process" tab.
|
EventSettings |
settings()
Returns the "Event" tab of this object.
|
SyncList |
syncs()
Returns a
SyncList object which contains sync conditions
of this object. |
ObjectValues |
values() |
public Runtime runtime()
public SyncList syncs()
SyncList object which contains sync conditions
of this object.public Rollback rollback()
public EventSettings settings()
public EventAttributes attributes()
public XHeader header()
public EventCalendar eventCalendar()
public String getProcess()
public void setProcess(String script)
script - Scriptpublic String getEventProcess()
public DatabaseEventSettings database()
public void setEventProcess(String script)
script - Scriptpublic ObjectValues values()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Objectpublic void afterSaveObject()
LifecycleSaveAwareafterSaveObject in interface LifecycleSaveAwareCopyright © 2021. All rights reserved.