Class DeleteProvisionalContentSequentialJobHandler
java.lang.Object
com.flowable.content.engine.impl.job.DeleteProvisionalContentSequentialJobHandler
- All Implemented Interfaces:
org.flowable.job.service.JobHandler
public class DeleteProvisionalContentSequentialJobHandler
extends Object
implements org.flowable.job.service.JobHandler
- Author:
- Prathamesh Mane
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompleteBatch(org.flowable.batch.api.Batch batch, String status, org.flowable.batch.api.BatchService batchService) voidexecute(org.flowable.job.service.impl.persistence.entity.JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected voidfailBatchPart(org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DeleteProvisionalContentSequentialJobHandler
public DeleteProvisionalContentSequentialJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.flowable.job.service.JobHandler
-
execute
public void execute(org.flowable.job.service.impl.persistence.entity.JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.job.service.JobHandler
-
failBatchPart
protected void failBatchPart(org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson) -
completeBatch
protected void completeBatch(org.flowable.batch.api.Batch batch, String status, org.flowable.batch.api.BatchService batchService)
-