IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.al.workarea
Class BPWorkArea

java.lang.Object
  extended bycom.ibm.btt.server.flow.al.workarea.BPWorkArea

public class BPWorkArea
extends java.lang.Object


Constructor Summary
BPWorkArea()
           
 
Method Summary
static java.lang.Object getDataFromWorkArea(java.lang.String name)
          Returns the data stored in the business process work area.
static BTTSystemData getSystemData()
          Returns the business process system data.
static com.ibm.websphere.workarea.UserWorkArea getUserWorkArea()
          Returns the business process work area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPWorkArea

public BPWorkArea()
Method Detail

getUserWorkArea

public static com.ibm.websphere.workarea.UserWorkArea getUserWorkArea()
                                                               throws BTTBPException
Returns the business process work area.

Returns:
com.ibm.websphere.UserWorkArea The business process work area.
Throws:
BTTBPException

getSystemData

public static BTTSystemData getSystemData()
                                   throws BTTBPException
Returns the business process system data.

Returns:
com.ibm.btt.base.BTTSystemData The business process system data.
Throws:
BTTBPException

getDataFromWorkArea

public static java.lang.Object getDataFromWorkArea(java.lang.String name)
                                            throws BTTBPException
Returns the data stored in the business process work area.

Parameters:
name - The name of the data.
Returns:
java.lang.Object The data.
Throws:
BTTBPException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005