public class ScriptActionExecutor
extends java.lang.Object
implements com.liferay.portal.workflow.kaleo.runtime.action.executor.ActionExecutor
| Constructor and Description |
|---|
ScriptActionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(com.liferay.portal.workflow.kaleo.model.KaleoAction kaleoAction,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
void |
execute(com.liferay.portal.workflow.kaleo.model.KaleoAction kaleoAction,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
void |
setOutputObjects(java.util.Set<java.lang.String> outputObjects) |
public void execute(com.liferay.portal.workflow.kaleo.model.KaleoAction kaleoAction,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
throws com.liferay.portal.workflow.kaleo.runtime.action.executor.ActionExecutorException
execute in interface com.liferay.portal.workflow.kaleo.runtime.action.executor.ActionExecutorcom.liferay.portal.workflow.kaleo.runtime.action.executor.ActionExecutorExceptionpublic void setOutputObjects(java.util.Set<java.lang.String> outputObjects)
protected void doExecute(com.liferay.portal.workflow.kaleo.model.KaleoAction kaleoAction,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
throws java.lang.Exception
java.lang.Exception