public interface Timer extends Auditee, PropertySet, SecureObject, org.openmdx.base.cci2.BasicObject
Timer| Modifier and Type | Interface and Description |
|---|---|
static interface |
Timer.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
<T extends WfProcess> |
getAction()
Retrieves the
Collection of objects referenced by action. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
Date |
getLastTriggerAt()
Retrieves the possibly null value for the optional attribute
lastTriggerAt. |
String |
getName()
Retrieves the value for the attribute
name. |
org.openmdx.base.cci2.ContextCapable |
getTarget()
Retrieves the value for the reference
target. |
Date |
getTimerEndAt()
Retrieves the possibly null value for the optional attribute
timerEndAt. |
Date |
getTimerStartAt()
Retrieves the possibly null value for the optional attribute
timerStartAt. |
short |
getTimerState()
Retrieves the value for the attribute
timerState. |
Integer |
getTriggerIntervalMinutes()
Retrieves the possibly null value for the optional attribute
triggerIntervalMinutes. |
Integer |
getTriggerRepeat()
Retrieves the possibly null value for the optional attribute
triggerRepeat. |
Boolean |
isDisabled()
Retrieves the possibly null value for the optional attribute
disabled. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setDisabled(Boolean disabled)
Sets a new value for the attribute
disabled. |
void |
setLastTriggerAt(Date lastTriggerAt)
Sets a new value for the attribute
lastTriggerAt. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setTarget(org.openmdx.base.cci2.ContextCapable target)
Sets a new value for the reference
target. |
void |
setTimerEndAt(Date timerEndAt)
Sets a new value for the attribute
timerEndAt. |
void |
setTimerStartAt(Date timerStartAt)
Sets a new value for the attribute
timerStartAt. |
void |
setTimerState(short timerState)
Sets a new value for the attribute
timerState. |
void |
setTriggerIntervalMinutes(Integer triggerIntervalMinutes)
Sets a new value for the attribute
triggerIntervalMinutes. |
void |
setTriggerRepeat(Integer triggerRepeat)
Sets a new value for the attribute
triggerRepeat. |
getPropertyaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser<T extends WfProcess> List<T> getAction()
Collection of objects referenced by action.Collection of referenced objects.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.Boolean isDisabled()
disabled.disabled.void setDisabled(Boolean disabled)
disabled.disabled - The possibly null new value for attribute disabled.Date getLastTriggerAt()
lastTriggerAt.lastTriggerAt.void setLastTriggerAt(Date lastTriggerAt)
lastTriggerAt.lastTriggerAt - The possibly null new value for attribute lastTriggerAt.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.org.openmdx.base.cci2.ContextCapable getTarget()
target.null – value for this reference.void setTarget(org.openmdx.base.cci2.ContextCapable target)
target.target - The new – possibly null – value for this reference.Date getTimerEndAt()
timerEndAt.timerEndAt.void setTimerEndAt(Date timerEndAt)
timerEndAt.timerEndAt - The possibly null new value for attribute timerEndAt.Date getTimerStartAt()
timerStartAt.timerStartAt.void setTimerStartAt(Date timerStartAt)
timerStartAt.timerStartAt - The possibly null new value for attribute timerStartAt.short getTimerState()
timerState.timerState.void setTimerState(short timerState)
timerState.timerState - The non-null new value for attribute timerState.Integer getTriggerIntervalMinutes()
triggerIntervalMinutes.triggerIntervalMinutes.void setTriggerIntervalMinutes(Integer triggerIntervalMinutes)
triggerIntervalMinutes.triggerIntervalMinutes - The possibly null new value for attribute triggerIntervalMinutes.Integer getTriggerRepeat()
triggerRepeat.triggerRepeat.void setTriggerRepeat(Integer triggerRepeat)
triggerRepeat.triggerRepeat - The possibly null new value for attribute triggerRepeat.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.