public class CmmnTimerEventJobHandler extends Object implements org.flowable.job.service.JobHandler
A flowable job handler for CMMN timer event listener events. <p> <p>CMMN timers are created in flowable as timer entities (they are created in class TimerEventCreateHandler). These timer entities are associated with this job handler. If a CMMN timer entity triggers in flowable, this job handler is invoked and makes sure that the timer event is forwarded to the CMMN engine.</p>
| Constructor and Description |
|---|
CmmnTimerEventJobHandler(OneCmmnService cmmnService,
UserManager userManager,
CurrentUserService currentUserService) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.flowable.job.service.impl.persistence.entity.JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext) |
String |
getType() |
public static final String TYPE
public CmmnTimerEventJobHandler(OneCmmnService cmmnService, UserManager userManager, CurrentUserService currentUserService)
public String getType()
getType in interface org.flowable.job.service.JobHandlerpublic void execute(org.flowable.job.service.impl.persistence.entity.JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.job.service.JobHandlerCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.