org.jbpm.api.model
Interface Condition
- All Superinterfaces:
- java.io.Serializable
public interface Condition
- extends java.io.Serializable
user code that reflects a runtime calculation of a boolean value.
Used for transition guard conditions
and
transition wait states
.
- Author:
- Tom Baeyens
- See Also:
Transition
Method Summary |
boolean |
evaluate(OpenExecution execution)
evaluates this condition in the context of the given execution. |
evaluate
boolean evaluate(OpenExecution execution)
- evaluates this condition in the context of the given execution.
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.