Interface ConditionChecker<E extends WorkflowableTask,V extends WorkflowCondition>
-
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)org.cxbox.api.data.dictionary.LOVgetType()
-
-
-
Method Detail
-
getType
org.cxbox.api.data.dictionary.LOV getType()
-
check
boolean check(E task, V condition, WorkflowTransition transition)
-
-