org.camunda.bpm.engine.impl.connector
Class ConnectorVariableScope
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.CoreVariableScope<CoreVariableInstance>
org.camunda.bpm.engine.impl.connector.ConnectorVariableScope
- All Implemented Interfaces:
- Serializable, VariableScope<CoreVariableInstance>
public class ConnectorVariableScope
- extends CoreVariableScope<CoreVariableInstance>
Exposes a connector request as variableScope.
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.core.variable.CoreVariableScope |
collectVariableInstances, collectVariableNames, collectVariables, getCachedElContext, getSourceActivityVariableScope, getVariable, getVariableInstance, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariable, removeVariableLocal, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected CoreVariableScope<CoreVariableInstance> parent
variableStore
protected ConnectorVariableStore variableStore
ConnectorVariableScope
public ConnectorVariableScope(CoreVariableScope<CoreVariableInstance> parent)
getVariableStore
protected CoreVariableStore<CoreVariableInstance> getVariableStore()
- Specified by:
getVariableStore in class CoreVariableScope<CoreVariableInstance>
getParentVariableScope
public CoreVariableScope<CoreVariableInstance> getParentVariableScope()
- Specified by:
getParentVariableScope in class CoreVariableScope<CoreVariableInstance>
writeToRequest
public void writeToRequest(org.camunda.bpm.connect.ConnectorRequest<?> request)
readFromResponse
public void readFromResponse(org.camunda.bpm.connect.ConnectorResponse response)
Copyright © 2014 camunda services GmbH. All Rights Reserved.