Class CallableElement
java.lang.Object
org.camunda.bpm.engine.impl.core.model.BaseCallableElement
org.camunda.bpm.engine.impl.core.model.CallableElement
- Author:
- Roman Smirnov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
BaseCallableElement.CallableElementBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ParameterValueProvider
protected List<CallableElementParameter>
protected List<CallableElementParameter>
protected List<CallableElementParameter>
Fields inherited from class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
binding, definitionKeyValueProvider, deploymentId, tenantIdProvider, versionTagValueProvider, versionValueProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInput
(CallableElementParameter input) void
addInputs
(List<CallableElementParameter> inputs) void
addOutput
(CallableElementParameter output) void
void
addOutputs
(List<CallableElementParameter> outputs) getBusinessKey
(VariableScope variableScope) getInputVariables
(VariableScope variableScope) getOutputVariables
(VariableScope calledElementScope) getOutputVariablesLocal
(VariableScope calledElementScope) protected VariableMap
getVariables
(List<CallableElementParameter> params, VariableScope variableScope) void
setBusinessKeyValueProvider
(ParameterValueProvider businessKeyValueProvider) Methods inherited from class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
getBinding, getDefinitionKey, getDefinitionKeyValueProvider, getDefinitionTenantId, getDeploymentId, getTenantIdProvider, getVersion, getVersionTag, getVersionTagValueProvider, getVersionValueProvider, hasDynamicReferences, isDeploymentBinding, isLatestBinding, isVersionBinding, isVersionTagBinding, setBinding, setDefinitionKeyValueProvider, setDeploymentId, setTenantIdProvider, setVersionTagValueProvider, setVersionValueProvider
-
Field Details
-
businessKeyValueProvider
-
inputs
-
outputs
-
outputsLocal
-
-
Constructor Details
-
CallableElement
public CallableElement()
-
-
Method Details
-
getBusinessKey
-
getBusinessKeyValueProvider
-
setBusinessKeyValueProvider
-
getInputs
-
addInput
-
addInputs
-
getInputVariables
-
getOutputs
-
getOutputsLocal
-
addOutput
-
addOutputLocal
-
addOutputs
-
getOutputVariables
-
getOutputVariablesLocal
-
getVariables
protected VariableMap getVariables(List<CallableElementParameter> params, VariableScope variableScope)
-