org.camunda.bpm.engine.impl.el
Class UelExpressionCondition

java.lang.Object
  extended by org.camunda.bpm.engine.impl.el.UelExpressionCondition
All Implemented Interfaces:
Condition

public class UelExpressionCondition
extends Object
implements Condition

Condition that resolves an UEL expression at runtime.

Author:
Joram Barrez, Frederik Heremans

Field Summary
protected  Expression expression
           
 
Constructor Summary
UelExpressionCondition(Expression expression)
           
 
Method Summary
 boolean evaluate(DelegateExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

protected Expression expression
Constructor Detail

UelExpressionCondition

public UelExpressionCondition(Expression expression)
Method Detail

evaluate

public boolean evaluate(DelegateExecution execution)
Specified by:
evaluate in interface Condition


Copyright © 2014 camunda services GmbH. All Rights Reserved.