Class WorkflowUtils
java.lang.Object
de.hybris.platform.workflow.jalo.util.WorkflowUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasCycle(WorkflowTemplate template) static booleanhasCycle(Collection<WorkflowActionTemplate> actions) static booleanhasCycle(Collection<WorkflowActionTemplate> actions, WorkflowActionTemplate action)
-
Method Details
-
hasCycle
-
hasCycle
public static boolean hasCycle(Collection<WorkflowActionTemplate> actions, WorkflowActionTemplate action) -
hasCycle
-