Class WorkflowTriggerHelper
- java.lang.Object
-
- de.xima.fc.workflow.designer.helper.WorkflowTriggerHelper
-
public final class WorkflowTriggerHelper extends Object
Utilities for implementing workflow trigger handlers.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkStatePrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedStates)
-
-
-
Method Detail
-
checkStatePrecondition
public static boolean checkStatePrecondition(IWorkflowEventData eventData, List<UuidEntityRef> allowedStates)
-
-