Class WorkContext
- java.lang.Object
-
- com.redhat.parodos.workflows.work.WorkContext
-
public class WorkContext extends Object
Work execution context. This can be used to pass initial parameters to the workflow and share data between work units. Work context instances are thread-safe.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Constructor Summary
Constructors Constructor Description WorkContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)Set<Map.Entry<String,Object>>getEntrySet()voidput(String key, Object value)StringtoString()
-