public class TimeEvent extends UC4Object implements LifecycleSaveAware
Constructor and Description |
---|
TimeEvent() |
Modifier and Type | Method and Description |
---|---|
void |
afterSaveObject()
Called after an object is saved.
|
EventAttributes |
attributes() |
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. |
void |
validate()
Validates the object.
|
ObjectValues |
values() |
docu, getAccess, getIdnr, getModCount, getName, getType, isOldVersion, load, store
public Rollback rollback()
public void validate() throws InvalidObjectException
UC4Object
InvalidObjectException
is thrown.validate
in class UC4Object
InvalidObjectException
- If the object is not validpublic XHeader header()
public EventSettings settings()
public SyncList syncs()
SyncList
object which contains sync conditions
of this object.public ObjectValues values()
public Runtime runtime()
public String getProcess()
public void setProcess(String script)
script
- Scriptpublic String getEventProcess()
public void setEventProcess(String script)
script
- Scriptpublic EventCalendar eventCalendar()
public EventAttributes attributes()
public boolean isExecutable()
UC4Object
true
if this Object can be executed.isExecutable
in class UC4Object
public void afterSaveObject()
LifecycleSaveAware
afterSaveObject
in interface LifecycleSaveAware
Copyright © 2021. All rights reserved.