com.ibm.task.spi.ppp

Interface PostProcessingContext


  1. public interface PostProcessingContext
This interface provides for access to the post processing context.
Since:
7.0.0.2
Version:
7.0.0.2

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. ApplicationComponent
getApplicationComponent()
Returns the application component associated with the context.
  1. int
getAssignmentReason()
Returns the assignment reason associated with the context.
  1. Escalation
getEscalation()
Returns the escalation instance associated with the context.
  1. EscalationTemplate
getEscalationTemplate()
Returns the escalation template associated with the context.
  1. Task
getTask()
Returns the task instance associated with the context.
  1. TaskTemplate
getTaskTemplate()
Returns the task template associated with the context.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getAssignmentReason

  1. int getAssignmentReason()
Returns the assignment reason associated with the context.
Returns:
The assignment reason.

getTaskTemplate

  1. TaskTemplate getTaskTemplate()
Returns the task template associated with the context.
Returns:
The task template.

getEscalationTemplate

  1. EscalationTemplate getEscalationTemplate( )
Returns the escalation template associated with the context.
Returns:
The escalation template.

getApplicationComponent

  1. ApplicationComponent getApplicationComponent( )
Returns the application component associated with the context.
Returns:
The application component.

getTask

  1. Task getTask()
Returns the task instance associated with the context.
Returns:
The task object.

getEscalation

  1. Escalation getEscalation()
Returns the escalation instance associated with the context.
Returns:
The escalation instance.