org.camunda.bpm.engine.impl.el
Interface Expression

All Superinterfaces:
Expression

public interface Expression
extends Expression

Author:
Frederik Heremans

Method Summary
 Object getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
           
 void setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
           
 
Methods inherited from interface org.camunda.bpm.engine.delegate.Expression
getExpressionText, getValue, isLiteralText, setValue
 

Method Detail

getValue

Object getValue(VariableScope variableScope,
                BaseDelegateExecution contextExecution)

setValue

void setValue(Object value,
              VariableScope variableScope,
              BaseDelegateExecution contextExecution)


Copyright © 2017 camunda services GmbH. All rights reserved.