public class ExecutionContextHelperImpl
extends java.lang.Object
implements com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelper
| Constructor and Description |
|---|
ExecutionContextHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkKaleoInstanceComplete(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
void |
completeKaleoTimerInstances(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
java.lang.String |
convert(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext |
convert(java.lang.String json) |
boolean |
isKaleoInstanceBlocked(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
public void checkKaleoInstanceComplete(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
throws com.liferay.portal.kernel.exception.PortalException
checkKaleoInstanceComplete in interface com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelpercom.liferay.portal.kernel.exception.PortalExceptionpublic void completeKaleoTimerInstances(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
throws com.liferay.portal.kernel.exception.PortalException
completeKaleoTimerInstances in interface com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelpercom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String convert(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
convert in interface com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelperpublic com.liferay.portal.workflow.kaleo.runtime.ExecutionContext convert(java.lang.String json)
throws java.lang.Exception
convert in interface com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelperjava.lang.Exceptionpublic boolean isKaleoInstanceBlocked(com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
isKaleoInstanceBlocked in interface com.liferay.portal.workflow.kaleo.runtime.util.ExecutionContextHelper