Package org.activiti.engine.impl.cmd
Class ExecuteAsyncJobCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.ExecuteAsyncJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class ExecuteAsyncJobCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteAsyncJobCmd(String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, Job job)
-
-
-
Field Detail
-
jobId
protected String jobId
-
-
Constructor Detail
-
ExecuteAsyncJobCmd
public ExecuteAsyncJobCmd(String jobId)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, Job job)
-
-