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.
|
entityscopeDefinitionId, scopeId, scopeType, subScopeIdtype| 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, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntitygetTypegetExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdprotected String rescheduledJobId
public FlowableJobRescheduledEventImpl(org.flowable.job.api.Job entity,
String rescheduledJobId,
FlowableEngineEventType type)
public String getRescheduledJobId()
getRescheduledJobId in interface FlowableJobRescheduledEventCopyright © 2020 Flowable. All rights reserved.