Class CaseControlRuleImpl
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmmn.behavior.CaseControlRuleImpl
 
 
- 
- All Implemented Interfaces:
 CaseControlRule
public class CaseControlRuleImpl extends java.lang.Object implements CaseControlRule
- Author:
 - Roman Smirnov
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Expressionexpressionprotected static CmmnBehaviorLoggerLOG 
- 
Constructor Summary
Constructors Constructor Description CaseControlRuleImpl(Expression expression) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(CmmnActivityExecution execution) 
 - 
 
- 
- 
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:
 evaluatein interfaceCaseControlRule
 
 - 
 
 -