Class RequestScopedAssociation
- java.lang.Object
-
- org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
-
- org.camunda.bpm.engine.cdi.impl.context.RequestScopedAssociation
-
- All Implemented Interfaces:
Serializable
@RequestScoped public class RequestScopedAssociation extends ScopedAssociation implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
cachedVariables, cachedVariablesLocal, execution, task
-
-
Constructor Summary
Constructors Constructor Description RequestScopedAssociation()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
flushVariableCache, getCachedVariables, getCachedVariablesLocal, getExecution, getTask, getVariable, getVariableLocal, setExecution, setTask, setVariable, setVariableLocal
-
-