Liferay 7.0-ce-b4

com.liferay.portal.kernel.process
Class ProcessExecutorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.process.ProcessExecutorUtil

public class ProcessExecutorUtil
extends Object


Constructor Summary
ProcessExecutorUtil()
           
 
Method Summary
static
<T extends Serializable>
ProcessChannel<T>
execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 void setProcessExecutor(ProcessExecutor processExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessExecutorUtil

public ProcessExecutorUtil()
Method Detail

execute

public static <T extends Serializable> ProcessChannel<T> execute(ProcessConfig processConfig,
                                                                 ProcessCallable<T> processCallable)
                                                      throws ProcessException
Throws:
ProcessException

setProcessExecutor

public void setProcessExecutor(ProcessExecutor processExecutor)

Liferay 7.0-ce-b4