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
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    completeBatch(org.flowable.batch.api.Batch batch, String status, org.flowable.batch.api.BatchService batchService)
     
    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)
     
    protected void
    failBatchPart(org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson)
     
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DeleteProvisionalContentSequentialJobHandler

      public DeleteProvisionalContentSequentialJobHandler()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface org.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:
      execute in interface org.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)