public class CallableElement extends BaseCallableElement
BaseCallableElement.CallableElementBinding
Modifier and Type | Field and Description |
---|---|
protected ParameterValueProvider |
businessKeyValueProvider |
protected List<CallableElementParameter> |
inputs |
protected List<CallableElementParameter> |
outputs |
protected List<CallableElementParameter> |
outputsLocal |
binding, definitionKeyValueProvider, deploymentId, tenantIdProvider, versionTagValueProvider, versionValueProvider
Constructor and Description |
---|
CallableElement() |
getBinding, getDefinitionKey, getDefinitionKeyValueProvider, getDefinitionTenantId, getDeploymentId, getTenantIdProvider, getVersion, getVersionTag, getVersionTagValueProvider, getVersionValueProvider, isDeploymentBinding, isLatestBinding, isVersionBinding, isVersionTagBinding, setBinding, setDefinitionKeyValueProvider, setDeploymentId, setTenantIdProvider, setVersionTagValueProvider, setVersionValueProvider
protected ParameterValueProvider businessKeyValueProvider
protected List<CallableElementParameter> inputs
protected List<CallableElementParameter> outputs
protected List<CallableElementParameter> outputsLocal
public String getBusinessKey(VariableScope variableScope)
public ParameterValueProvider getBusinessKeyValueProvider()
public void setBusinessKeyValueProvider(ParameterValueProvider businessKeyValueProvider)
public List<CallableElementParameter> getInputs()
public void addInput(CallableElementParameter input)
public void addInputs(List<CallableElementParameter> inputs)
public org.camunda.bpm.engine.variable.VariableMap getInputVariables(VariableScope variableScope)
public List<CallableElementParameter> getOutputs()
public List<CallableElementParameter> getOutputsLocal()
public void addOutput(CallableElementParameter output)
public void addOutputLocal(CallableElementParameter output)
public void addOutputs(List<CallableElementParameter> outputs)
public org.camunda.bpm.engine.variable.VariableMap getOutputVariables(VariableScope calledElementScope)
public org.camunda.bpm.engine.variable.VariableMap getOutputVariablesLocal(VariableScope calledElementScope)
protected org.camunda.bpm.engine.variable.VariableMap getVariables(List<CallableElementParameter> params, VariableScope variableScope)
Copyright © 2019. All rights reserved.