Class HandleProvisionalContentCleanupTimerJobCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.HandleProvisionalContentCleanupTimerJobCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class HandleProvisionalContentCleanupTimerJobCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Prathamesh Mane
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected voidrecreateJobIfNeeded(org.flowable.job.service.impl.persistence.entity.TimerJobEntity timerJob, ContentEngineConfiguration engineConfiguration, CoreContentManagementService managementService) protected voidscheduleTimerJob(ContentEngineConfiguration engineConfiguration)
-
Constructor Details
-
HandleProvisionalContentCleanupTimerJobCmd
public HandleProvisionalContentCleanupTimerJobCmd()
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
recreateJobIfNeeded
protected void recreateJobIfNeeded(org.flowable.job.service.impl.persistence.entity.TimerJobEntity timerJob, ContentEngineConfiguration engineConfiguration, CoreContentManagementService managementService) -
scheduleTimerJob
-