public class CallableElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CallableElement.CallableElementBinding |
Modifier and Type | Field and Description |
---|---|
protected CallableElement.CallableElementBinding |
binding |
protected ParameterValueProvider |
businessKeyValueProvider |
protected ParameterValueProvider |
definitionKeyValueProvider |
protected List<CallableElementParameter> |
inputs |
protected List<CallableElementParameter> |
outputs |
protected ParameterValueProvider |
versionValueProvider |
Constructor and Description |
---|
CallableElement() |
protected ParameterValueProvider definitionKeyValueProvider
protected CallableElement.CallableElementBinding binding
protected ParameterValueProvider versionValueProvider
protected ParameterValueProvider businessKeyValueProvider
protected List<CallableElementParameter> inputs
protected List<CallableElementParameter> outputs
public String getDefinitionKey(AbstractVariableScope variableScope)
public ParameterValueProvider getDefinitionKeyValueProvider()
public void setDefinitionKeyValueProvider(ParameterValueProvider definitionKey)
public CallableElement.CallableElementBinding getBinding()
public void setBinding(CallableElement.CallableElementBinding binding)
public Integer getVersion(AbstractVariableScope variableScope)
public ParameterValueProvider getVersionValueProvider()
public void setVersionValueProvider(ParameterValueProvider version)
public String getBusinessKey(AbstractVariableScope 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 List<CallableElementParameter> getOutputs()
public void addOutput(CallableElementParameter output)
public void addOutputs(List<CallableElementParameter> outputs)
Copyright © 2018. All rights reserved.