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