public class AbstractEscalation extends java.lang.Object implements AppianTypeHolder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AC_NOTIFY_NAME
The name of the ActivityClass to send a notification.
|
static java.lang.String |
AC_PRIORITY_NAME
The name of the ActivityClass to change priority.
|
static java.lang.String |
AC_REASSIGN_NAME
The name of the ActivityClass to do a reassignment.
|
static int |
PRIORITY_SET |
static int |
TYPE_EVENT_PRODUCER
Escalation that produces an event.
|
static int |
TYPE_NOTIFY
Escalation that sends a notification.
|
static int |
TYPE_PRIORITY
Escalation that changes the task priority.
|
static int |
TYPE_REASSIGN
Escalation that reassigns the task.
|
Constructor and Description |
---|
AbstractEscalation() |
Modifier and Type | Method and Description |
---|---|
void |
fillInAppianTypes(AppianTypeCache cache_)
Adds the primary keys of an Appian-typed objects used by this
Escalation to the given cache. |
ActivityClass |
getActivityClass()
Gets the activity class
ActivityClass that will execute when
this Schedule fires. |
EventProducer |
getEventProducer() |
EventTrigger |
getEventTrigger() |
java.lang.Long |
getType()
Gets the type of this
Escalation , as one of the TYPE_XXX
constants: TYPE_NOTIFY ,
TYPE_PRIORITY , TYPE_REASSIGN . |
void |
setActivityClass(ActivityClass activityClass_)
Sets the activity class
ActivityClass to be executed when this
Schedule fires. |
void |
setEventProducer(EventProducer eventProducer_) |
void |
setEventTrigger(EventTrigger eventTrigger_) |
void |
setType(java.lang.Long type_)
Sets the type for this
Escalation , as one of
the TYPE_XXX constants: TYPE_NOTIFY ,
TYPE_PRIORITY , TYPE_REASSIGN . |
public static final int TYPE_REASSIGN
public static final int TYPE_NOTIFY
public static final int TYPE_PRIORITY
public static final int TYPE_EVENT_PRODUCER
public static final java.lang.String AC_REASSIGN_NAME
public static final java.lang.String AC_PRIORITY_NAME
public static final java.lang.String AC_NOTIFY_NAME
public static final int PRIORITY_SET
public EventTrigger getEventTrigger()
public void setEventTrigger(EventTrigger eventTrigger_)
public java.lang.Long getType()
Escalation
, as one of the TYPE_XXX
constants: TYPE_NOTIFY
,
TYPE_PRIORITY
, TYPE_REASSIGN
.public void setType(java.lang.Long type_)
Escalation
, as one of
the TYPE_XXX constants: TYPE_NOTIFY
,
TYPE_PRIORITY
, TYPE_REASSIGN
.type_
- the type to set for this process variablepublic void fillInAppianTypes(AppianTypeCache cache_)
Escalation
to the given cache.fillInAppianTypes
in interface AppianTypeHolder
cache_
- cache of Appian-typed objects.public ActivityClass getActivityClass()
ActivityClass
that will execute when
this Schedule
fires.public void setActivityClass(ActivityClass activityClass_)
ActivityClass
to be executed when this
Schedule
fires.public EventProducer getEventProducer()
public void setEventProducer(EventProducer eventProducer_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.