Package com.appiancorp.suiteapi.process
Class EscalationInstance
java.lang.Object
com.appiancorp.suiteapi.process.AbstractEscalation
com.appiancorp.suiteapi.process.EscalationInstance
- All Implemented Interfaces:
AppianTypeHolder
,Serializable
This class is used to specify escalation properties for a particular node
instance. This is particularly important as escalation properties of a node
can be modified at execution time.
- See Also:
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.process.AbstractEscalation
AC_NOTIFY_NAME, AC_PRIORITY_NAME, AC_REASSIGN_NAME, PRIORITY_SET, TYPE_EVENT_PRODUCER, TYPE_NOTIFY, TYPE_PRIORITY, TYPE_REASSIGN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the ID of the escalationReturns the timestamp when the escalation is set to triggerboolean
Returns whether this escalation for the node has already been triggered.void
setHasTriggered
(boolean hasTriggered_) Sets whether this escalation has already been triggered.void
Sets the ID of Escalationvoid
setTimeStampScheduled
(Timestamp timeStampScheduled_) Sets the timestamp when the escalation will triggerMethods inherited from class com.appiancorp.suiteapi.process.AbstractEscalation
fillInAppianTypes, getActivityClass, getEventProducer, getEventTrigger, getType, setActivityClass, setEventProducer, setEventTrigger, setType
-
Constructor Details
-
EscalationInstance
public EscalationInstance()
-
-
Method Details
-
isHasTriggered
public boolean isHasTriggered()Returns whether this escalation for the node has already been triggered.- Returns:
true
if the escalation has triggered, otherwisefalse
-
setHasTriggered
public void setHasTriggered(boolean hasTriggered_) Sets whether this escalation has already been triggered.- Parameters:
hasTriggered_
-true
if the escalation is to be triggered, otherwisefalse
- See Also:
-
getId
Returns the ID of the escalation- Returns:
- Escaltion ID
-
setId
Sets the ID of Escalation- Parameters:
id_
- Escaltion ID- See Also:
-
getTimeStampScheduled
Returns the timestamp when the escalation is set to trigger- Returns:
- Timestamp when escalation is scheduled will trigger
-
setTimeStampScheduled
Sets the timestamp when the escalation will trigger- Parameters:
timeStampScheduled_
- Escalation timestamp- See Also:
-