public class DefaultContextAssociationManager extends Object implements ContextAssociationManager, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultContextAssociationManager.ConversationScopedAssociation |
protected static class |
DefaultContextAssociationManager.RequestScopedAssociation |
protected static class |
DefaultContextAssociationManager.ScopedAssociation |
| Constructor and Description |
|---|
DefaultContextAssociationManager() |
protected Class<? extends DefaultContextAssociationManager.ScopedAssociation> getBroadestActiveContext()
protected List<Class<? extends DefaultContextAssociationManager.ScopedAssociation>> getAvailableScopedAssociationClasses()
protected DefaultContextAssociationManager.ScopedAssociation getScopedAssociation()
public void setExecution(Execution execution)
ContextAssociationManagersetExecution in interface ContextAssociationManagerpublic void disAssociate()
ContextAssociationManagerdisAssociate in interface ContextAssociationManagerpublic String getExecutionId()
getExecutionId in interface ContextAssociationManagerpublic Execution getExecution()
ContextAssociationManagergetExecution in interface ContextAssociationManagerpublic org.camunda.bpm.engine.variable.value.TypedValue getVariable(String variableName)
ContextAssociationManagergetVariable in interface ContextAssociationManagerpublic void setVariable(String variableName, Object value)
ContextAssociationManagersetVariable in interface ContextAssociationManagerpublic org.camunda.bpm.engine.variable.value.TypedValue getVariableLocal(String variableName)
ContextAssociationManagergetVariableLocal in interface ContextAssociationManagerpublic void setVariableLocal(String variableName, Object value)
ContextAssociationManagersetVariableLocal in interface ContextAssociationManagerprotected ExecutionEntity getExecutionFromContext()
public Task getTask()
ContextAssociationManagergetTask in interface ContextAssociationManagerpublic void setTask(Task task)
ContextAssociationManagersetTask in interface ContextAssociationManagerpublic org.camunda.bpm.engine.variable.VariableMap getCachedVariables()
getCachedVariables in interface ContextAssociationManagerVariableMap of process variables cached between flushespublic org.camunda.bpm.engine.variable.VariableMap getCachedLocalVariables()
getCachedLocalVariables in interface ContextAssociationManagerVariableMap of local process variables cached between flushespublic void flushVariableCache()
ContextAssociationManagerflushVariableCache in interface ContextAssociationManagerprotected void ensureCommandContextNotActive()
Copyright © 2013–2021 camunda services GmbH. All rights reserved.