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:
 
- 
Field Summary
Fields inherited from class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
cachedVariables, cachedVariablesLocal, execution, task - 
Constructor Summary
Constructors - 
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 
- 
Constructor Details
- 
RequestScopedAssociation
public RequestScopedAssociation() 
 -