public class ThreadLocalForWorkflow
extends java.lang.Object
Constructor and Description |
---|
ThreadLocalForWorkflow() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
isFromWorkflow()
Gets the flag that mark the call is from workflow in this thread
|
static void |
setFromWorkflow(java.lang.Object aFromWorkflow)
Sets the flag that mark the call is from workflow in this thread
|
public static java.lang.Object isFromWorkflow()
public static void setFromWorkflow(java.lang.Object aFromWorkflow)
aFromWorkflow
- should be Boolean, true: the call is from workflow; false or null: the call not from workflow.© Copyright IBM Corp. 2003, 2013. All Rights Reserved.