IBM WebSphere Application ServerTM
Release 7

com.ibm.task.spi.ppp
Interface PostProcessingContext


public interface PostProcessingContext

Interface providing access methods to an object of type PostProcessingContextImpl.

Since:
7.0.0.2
Version:
7.0.0.2

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 ApplicationComponent getApplicationComponent()
          Method to retrieve the application component associated with the context.
 int getAssignmentReason()
          Method to retrieve the assignment reason associated with the context.
 Escalation getEscalation()
          Method to retrieve the escalation instance associated with the context.
 EscalationTemplate getEscalationTemplate()
          Method to retrieve the escalation template associated with the context.
 Task getTask()
          Method to retrieve the task instance associated with the context.
 TaskTemplate getTaskTemplate()
          Method to retrieve the task template associated with the context.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getAssignmentReason

int getAssignmentReason()
Method to retrieve the assignment reason associated with the context.

Returns:
The assignment reason.

getTaskTemplate

TaskTemplate getTaskTemplate()
Method to retrieve the task template associated with the context.

Returns:
The task template.

getEscalationTemplate

EscalationTemplate getEscalationTemplate()
Method to retrieve the escalation template associated with the context.

Returns:
The escalation template.

getApplicationComponent

ApplicationComponent getApplicationComponent()
Method to retrieve the application component associated with the context.

Returns:
The application component.

getTask

Task getTask()
Method to retrieve the task instance associated with the context.

Returns:
The task object.

getEscalation

Escalation getEscalation()
Method to retrieve the escalation instance associated with the context.

Returns:
The escalation instance.

IBM WebSphere Application ServerTM
Release 7