|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoreVariableInstance | |
|---|---|
| org.camunda.bpm.engine.impl.core.variable | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.variable | |
| Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.core.variable |
|---|
| Classes in org.camunda.bpm.engine.impl.core.variable that implement CoreVariableInstance | |
|---|---|
static class |
SimpleVariableStrore.SimpleVariableInstance
|
| Methods in org.camunda.bpm.engine.impl.core.variable that return CoreVariableInstance | |
|---|---|
CoreVariableInstance |
CoreVariableStore.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected CoreVariableInstance |
CoreVariableScope.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
SimpleVariableStrore.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
CoreVariableStore.getVariableInstance(String variableName)
|
CoreVariableInstance |
SimpleVariableStrore.getVariableInstance(String variableName)
|
CoreVariableInstance |
CoreVariableStore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
SimpleVariableStrore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
| Methods in org.camunda.bpm.engine.impl.core.variable that return types with arguments of type CoreVariableInstance | |
|---|---|
Collection<CoreVariableInstance> |
CoreVariableStore.getVariableInstancesValues()
|
Collection<CoreVariableInstance> |
SimpleVariableStrore.getVariableInstancesValues()
|
| Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type CoreVariableInstance | |
|---|---|
void |
CoreVariableStore.clearForNewValue(CoreVariableInstance variableInstance,
Object newValue)
|
void |
SimpleVariableStrore.clearForNewValue(CoreVariableInstance variableInstance,
Object newValue)
|
void |
CoreVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
void |
SimpleVariableStrore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.updateVariableInstance(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
| Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CoreVariableInstance | |
|---|---|
class |
VariableInstanceEntity
|
| Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.variable |
|---|
| Methods in org.camunda.bpm.engine.impl.variable that return CoreVariableInstance | |
|---|---|
CoreVariableInstance |
AbstractVariableStore.getVariableInstance(String variableName)
|
CoreVariableInstance |
AbstractVariableStore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
| Methods in org.camunda.bpm.engine.impl.variable that return types with arguments of type CoreVariableInstance | |
|---|---|
Collection<CoreVariableInstance> |
AbstractVariableStore.getVariableInstancesValues()
|
| Methods in org.camunda.bpm.engine.impl.variable with parameters of type CoreVariableInstance | |
|---|---|
void |
AbstractVariableStore.clearForNewValue(CoreVariableInstance variableInstance,
Object newValue)
|
void |
AbstractVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||