com.filenet.rm.api.util
Class ThreadLocalForWorkflow
- java.lang.Object
com.filenet.rm.api.util.ThreadLocalForWorkflow
- public class ThreadLocalForWorkflow
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
ThreadLocalForWorkflow()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isFromWorkflow()
Gets the flag that mark the call is from workflow in this thread
|
|
setFromWorkflow(java.lang.Object aFromWorkflow)
Sets the flag that mark the call is from workflow in this thread
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ThreadLocalForWorkflow
- public ThreadLocalForWorkflow()
Method Detail
isFromWorkflow
- public static java.lang.Object isFromWorkflow( )
Gets the flag that mark the call is from workflow in this thread
Returns:
Object -- should be Boolean, true: the call is from workflow; false or null: the call not from workflow.
setFromWorkflow
- public static void setFromWorkflow( java.lang.Object aFromWorkflow)
Sets the flag that mark the call is from workflow in this thread
Parameters:
aFromWorkflow
- should be Boolean, true: the call is from workflow; false or null: the call not from workflow.