com.ibm.itim.workflow.application
Interface WorkflowExecutionContext


public interface WorkflowExecutionContext

Interface for obtaining contextual information about the currently executing workflow activity and process. An object implementing this interface is passed to a workflow specific application (see WorkflowApplication) so that the application can use workflow activity and process information in its business logic.

See Also:
WorkflowApplication

Method Summary
 ActivityEntity getActivityEO()
          Returns the activity currently executing.
 Activity getActivityVO()
          Returns the value object of the activity currently executing.
 WorkflowProcessEntity getProcessEO()
          Returns the process currently executing.
 ProcessManager getProcessManager()
          Returns the manager of the process.
 WorkflowProcess getProcessVO()
          Returns the value object of the process currently executing.
 

Method Detail

getProcessManager

public ProcessManager getProcessManager()
Returns the manager of the process.

Returns:
ProcessManager managing the process.

getProcessVO

public WorkflowProcess getProcessVO()
Returns the value object of the process currently executing.

Returns:
WorkflowProcess value object.

getProcessEO

public WorkflowProcessEntity getProcessEO()
Returns the process currently executing.

Returns:
WorkflowProcessEntity representing the executing process.

getActivityVO

public Activity getActivityVO()
Returns the value object of the activity currently executing.

Returns:
Activity value object.

getActivityEO

public ActivityEntity getActivityEO()
Returns the activity currently executing.

Returns:
ActivityEntity representing the executing activity.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.