jBPM distribution 6.2.0.CR4

org.jbpm.process.instance.impl
Interface ConstraintEvaluator

All Superinterfaces:
Constraint
All Known Implementing Classes:
ReturnValueConstraintEvaluator, RuleConstraintEvaluator

public interface ConstraintEvaluator
extends Constraint


Method Summary
 boolean evaluate(NodeInstance instance, Connection connection, Constraint constraint)
           
 
Methods inherited from interface org.jbpm.workflow.core.Constraint
getConstraint, getDialect, getMetaData, getName, getPriority, getType, isDefault, setConstraint, setDefault, setDialect, setMetaData, setName, setPriority, setType
 

Method Detail

evaluate

boolean evaluate(NodeInstance instance,
                 Connection connection,
                 Constraint constraint)

jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.