public interface PostProcessingContext
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
getApplicationComponent()
Returns the application component associated with the context.
|
int |
getAssignmentReason()
Returns the assignment reason associated with the context.
|
Escalation |
getEscalation()
Returns the escalation instance associated with the context.
|
EscalationTemplate |
getEscalationTemplate()
Returns the escalation template associated with the context.
|
Task |
getTask()
Returns the task instance associated with the context.
|
TaskTemplate |
getTaskTemplate()
Returns the task template associated with the context.
|
static final java.lang.String COPYRIGHT
int getAssignmentReason()
TaskTemplate getTaskTemplate()
EscalationTemplate getEscalationTemplate()
ApplicationComponent getApplicationComponent()
Task getTask()
Escalation getEscalation()