Class TimerJobExecutable
- java.lang.Object
-
- org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
-
- org.camunda.bpm.scenario.impl.AbstractExecutable<org.camunda.bpm.engine.runtime.Job>
-
- org.camunda.bpm.scenario.impl.JobExecutable
-
- org.camunda.bpm.scenario.impl.job.TimerJobExecutable
-
- All Implemented Interfaces:
Comparable<AbstractExecutable>,Executable<AbstractExecutable>
public class TimerJobExecutable extends JobExecutable
- Author:
- Martin Schimak
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.scenario.impl.Executable
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.Waitstates
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.scenario.impl.AbstractExecutable
delegate, idComparator, runner
-
Fields inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
processEngine
-
-
Constructor Summary
Constructors Constructor Description TimerJobExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.runtime.Job job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteJob()DateisExecutableAt()-
Methods inherited from class org.camunda.bpm.scenario.impl.JobExecutable
compareTo, execute, getDelegate, getExecutionId
-
Methods inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
getAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskService
-
-
-
-
Constructor Detail
-
TimerJobExecutable
public TimerJobExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.runtime.Job job)
-
-
Method Detail
-
isExecutableAt
public Date isExecutableAt()
- Specified by:
isExecutableAtin classAbstractExecutable<org.camunda.bpm.engine.runtime.Job>
-
executeJob
public void executeJob()
- Overrides:
executeJobin classJobExecutable
-
-