public class FlowableJobRescheduledEventImpl extends FlowableEntityEventImpl implements FlowableJobRescheduledEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
rescheduledJobId
The id of the original job that was rescheduled.
|
entityexecutionId, processDefinitionId, processInstanceIdtype| Constructor and Description |
|---|
FlowableJobRescheduledEventImpl(org.flowable.job.api.Job entity,
String rescheduledJobId,
FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRescheduledJobId() |
getEntitygetExecutiongetExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntitygetTypegetExecutionId, getProcessDefinitionId, getProcessInstanceIdprotected String rescheduledJobId
public FlowableJobRescheduledEventImpl(org.flowable.job.api.Job entity,
String rescheduledJobId,
FlowableEngineEventType type)
public String getRescheduledJobId()
getRescheduledJobId in interface FlowableJobRescheduledEventCopyright © 2019 Flowable. All rights reserved.