org.camunda.bpm.engine.impl.core.model
Class CallableElement
java.lang.Object
org.camunda.bpm.engine.impl.core.model.BaseCallableElement
org.camunda.bpm.engine.impl.core.model.CallableElement
public class CallableElement
- extends BaseCallableElement
- Author:
- Roman Smirnov
| Methods inherited from class org.camunda.bpm.engine.impl.core.model.BaseCallableElement |
getBinding, getDefinitionKey, getDefinitionKeyValueProvider, getDeploymentId, getVersion, getVersionValueProvider, isDeploymentBinding, isLatestBinding, isVersionBinding, setBinding, setDefinitionKeyValueProvider, setDeploymentId, setVersionValueProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
businessKeyValueProvider
protected ParameterValueProvider businessKeyValueProvider
inputs
protected List<CallableElementParameter> inputs
outputs
protected List<CallableElementParameter> outputs
outputsLocal
protected List<CallableElementParameter> outputsLocal
CallableElement
public CallableElement()
getBusinessKey
public String getBusinessKey(VariableScope variableScope)
getBusinessKeyValueProvider
public ParameterValueProvider getBusinessKeyValueProvider()
setBusinessKeyValueProvider
public void setBusinessKeyValueProvider(ParameterValueProvider businessKeyValueProvider)
getInputs
public List<CallableElementParameter> getInputs()
addInput
public void addInput(CallableElementParameter input)
addInputs
public void addInputs(List<CallableElementParameter> inputs)
getInputVariables
public org.camunda.bpm.engine.variable.VariableMap getInputVariables(VariableScope variableScope)
getOutputs
public List<CallableElementParameter> getOutputs()
getOutputsLocal
public List<CallableElementParameter> getOutputsLocal()
addOutput
public void addOutput(CallableElementParameter output)
addOutputLocal
public void addOutputLocal(CallableElementParameter output)
addOutputs
public void addOutputs(List<CallableElementParameter> outputs)
getOutputVariables
public org.camunda.bpm.engine.variable.VariableMap getOutputVariables(VariableScope calledElementScope)
getOutputVariablesLocal
public org.camunda.bpm.engine.variable.VariableMap getOutputVariablesLocal(VariableScope calledElementScope)
getVariables
protected org.camunda.bpm.engine.variable.VariableMap getVariables(List<CallableElementParameter> params,
VariableScope variableScope)
Copyright © 2016 camunda services GmbH. All rights reserved.