Package org.camunda.bpm.engine.impl.cmd
Class FindHistoryCleanupJobsCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.FindHistoryCleanupJobsCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<Job>>
public class FindHistoryCleanupJobsCmd extends Object implements Command<List<Job>>, Serializable
- Author:
- Svetlana Dorokhova
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindHistoryCleanupJobsCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Job>
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-