org.camunda.bpm.engine.impl.connector
Class ConnectorVariableScope

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.CoreVariableScope<CoreVariableInstance>
      extended by 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

Field Summary
protected  CoreVariableScope<CoreVariableInstance> parent
           
protected  ConnectorVariableStore variableStore
           
 
Fields inherited from class org.camunda.bpm.engine.impl.core.variable.CoreVariableScope
cachedElContext
 
Constructor Summary
ConnectorVariableScope(CoreVariableScope<CoreVariableInstance> parent)
           
 
Method Summary
 CoreVariableScope<CoreVariableInstance> getParentVariableScope()
           
protected  CoreVariableStore<CoreVariableInstance> getVariableStore()
           
 void readFromResponse(org.camunda.bpm.connect.ConnectorResponse response)
           
 void writeToRequest(org.camunda.bpm.connect.ConnectorRequest<?> request)
           
 
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
 

Field Detail

parent

protected CoreVariableScope<CoreVariableInstance> parent

variableStore

protected ConnectorVariableStore variableStore
Constructor Detail

ConnectorVariableScope

public ConnectorVariableScope(CoreVariableScope<CoreVariableInstance> parent)
Method Detail

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.