public class ConstantValueProvider extends Object implements ParameterValueProvider
| Constructor and Description |
|---|
ConstantValueProvider(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(VariableScope scope) |
void |
setValue(Object value) |
protected Object value
public ConstantValueProvider(Object value)
public Object getValue(VariableScope scope)
getValue in interface ParameterValueProviderscope - the scope in which the value is to be resolved.public void setValue(Object value)
Copyright © 2013–2020 camunda services GmbH. All rights reserved.