Class ConversationScopedAssociation
java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
org.camunda.bpm.engine.cdi.impl.context.ConversationScopedAssociation
- All Implemented Interfaces:
Serializable
@ConversationScoped
public class ConversationScopedAssociation
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
-
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
-
ConversationScopedAssociation
public ConversationScopedAssociation()
-