@Transactional(isolation=PORTAL,
propagation=REQUIRES_NEW,
rollbackFor=java.lang.Exception.class)
public class DefaultGraphWalker
extends BaseKaleoBean
implements com.liferay.portal.workflow.kaleo.runtime.graph.GraphWalker
kaleoActionLocalService, kaleoConditionLocalService, kaleoDefinitionLocalService, kaleoInstanceLocalService, kaleoInstanceTokenLocalService, kaleoLogLocalService, kaleoNodeLocalService, kaleoNotificationLocalService, kaleoNotificationRecipientLocalService, kaleoTaskAssignmentLocalService, kaleoTaskInstanceTokenLocalService, kaleoTaskLocalService, kaleoTimerInstanceTokenLocalService, kaleoTimerLocalService, kaleoTransitionLocalService| Constructor and Description |
|---|
DefaultGraphWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
follow(com.liferay.portal.workflow.kaleo.model.KaleoNode sourceKaleoNode,
com.liferay.portal.workflow.kaleo.model.KaleoNode targetKaleoNode,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
public void follow(com.liferay.portal.workflow.kaleo.model.KaleoNode sourceKaleoNode,
com.liferay.portal.workflow.kaleo.model.KaleoNode targetKaleoNode,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
throws com.liferay.portal.kernel.exception.PortalException
follow in interface com.liferay.portal.workflow.kaleo.runtime.graph.GraphWalkercom.liferay.portal.kernel.exception.PortalException