Interface ConditionChecker<E extends WorkflowableTask,V extends WorkflowCondition>
-
- All Known Implementing Classes:
AlwaysFalse,UnsupportedConditionChecker
public interface ConditionChecker<E extends WorkflowableTask,V extends WorkflowCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(E task, V condition, WorkflowTransition transition)LOVgetType()
-
-
-
Method Detail
-
getType
LOV getType()
-
check
boolean check(E task, V condition, WorkflowTransition transition)
-
-