org.camunda.bpm.engine.impl.cmmn.behavior
Class CaseControlRuleImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.behavior.CaseControlRuleImpl
All Implemented Interfaces:
CaseControlRule

public class CaseControlRuleImpl
extends Object
implements CaseControlRule

Author:
Roman Smirnov

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

Field Detail

LOG

protected static final CmmnBehaviorLogger LOG

expression

protected Expression expression
Constructor Detail

CaseControlRuleImpl

public CaseControlRuleImpl(Expression expression)
Method Detail

evaluate

public boolean evaluate(CmmnActivityExecution execution)
Specified by:
evaluate in interface CaseControlRule


Copyright © 2016 camunda services GmbH. All rights reserved.