com.ibm.task.spi.ppp
Interface PostProcessingContext
- public interface PostProcessingContext
Since:
7.0.0.2
Version:
7.0.0.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getApplicationComponent()
Returns the application component associated with the context.
|
|
|
getAssignmentReason()
Returns the assignment reason associated with the context.
|
getEscalation()
Returns the escalation instance associated with the context.
|
|
getEscalationTemplate()
Returns the escalation template associated with the context.
|
|
getTask()
Returns the task instance associated with the context.
|
|
getTaskTemplate()
Returns the task template associated with the context.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getAssignmentReason
- int getAssignmentReason()
Returns the assignment reason associated with the context.
Returns:
The assignment reason.
getTaskTemplate
- TaskTemplate getTaskTemplate()
Returns the task template associated with the context.
Returns:
The task template.
getEscalationTemplate
- EscalationTemplate getEscalationTemplate( )
Returns the escalation template associated with the context.
Returns:
The escalation template.
getApplicationComponent
- ApplicationComponent getApplicationComponent( )
Returns the application component associated with the context.
Returns:
The application component.
getTask
- Task getTask()
Returns the task instance associated with the context.
Returns:
The task object.
getEscalation
- Escalation getEscalation()
Returns the escalation instance associated with the context.
Returns:
The escalation instance.