public class EscalationInstance extends AbstractEscalation
Escalation
,
Serialized FormAC_NOTIFY_NAME, AC_PRIORITY_NAME, AC_REASSIGN_NAME, PRIORITY_SET, TYPE_EVENT_PRODUCER, TYPE_NOTIFY, TYPE_PRIORITY, TYPE_REASSIGN
Constructor and Description |
---|
EscalationInstance() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Returns the ID of the escalation
|
java.sql.Timestamp |
getTimeStampScheduled()
Returns the timestamp when the escalation is set to trigger
|
boolean |
isHasTriggered()
Returns whether this escalation for the node has already been triggered.
|
void |
setHasTriggered(boolean hasTriggered_)
Sets whether this escalation has already been triggered.
|
void |
setId(java.lang.Long id_)
Sets the ID of Escalation
|
void |
setTimeStampScheduled(java.sql.Timestamp timeStampScheduled_)
Sets the timestamp when the escalation will trigger
|
fillInAppianTypes, getActivityClass, getEventProducer, getEventTrigger, getType, setActivityClass, setEventProducer, setEventTrigger, setType
public boolean isHasTriggered()
true
if the escalation has triggered, otherwise
false
public void setHasTriggered(boolean hasTriggered_)
hasTriggered_
- true
if the escalation is to be
triggered, otherwise false
isHasTriggered()
public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- Escaltion IDgetId()
public java.sql.Timestamp getTimeStampScheduled()
public void setTimeStampScheduled(java.sql.Timestamp timeStampScheduled_)
timeStampScheduled_
- Escalation timestampsetTimeStampScheduled(Timestamp)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.