Class TimerStartEventJobHandler
java.lang.Object
org.flowable.engine.impl.jobexecutor.TimerEventHandler
org.flowable.engine.impl.jobexecutor.TimerStartEventJobHandler
- All Implemented Interfaces:
JobHandler
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.jobexecutor.TimerEventHandler
PROPERTYNAME_CALENDAR_NAME_EXPRESSION, PROPERTYNAME_END_DATE_EXPRESSION, PROPERTYNAME_TIMER_ACTIVITY_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
Methods inherited from class org.flowable.engine.impl.jobexecutor.TimerEventHandler
createConfiguration, createObjectNode, getActivityIdFromConfiguration, getCalendarNameFromConfiguration, getEndDateFromConfiguration, readJsonValue, readJsonValueAsObjectNode, setActivityIdToConfiguration, setEndDateToConfiguration
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TimerStartEventJobHandler
public TimerStartEventJobHandler()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
execute
in interfaceJobHandler
-