Class MigrationJobHelper

java.lang.Object
com.flowable.platform.edorasone.migration.MigrationJobHelper

public abstract class MigrationJobHelper
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MigrationJobHelper()  
  • Method Summary

    Modifier and Type Method Description
    static org.flowable.job.service.impl.persistence.entity.JobEntity getJob​(java.lang.String migrationJobHandler, java.lang.String tenantId, int offset, int batchSize, boolean iterate)  
    protected static java.lang.String getJobConfiguration​(int offset, int batchSize, boolean iterate)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getJob

      public static org.flowable.job.service.impl.persistence.entity.JobEntity getJob​(java.lang.String migrationJobHandler, java.lang.String tenantId, int offset, int batchSize, boolean iterate)
    • getJobConfiguration

      protected static java.lang.String getJobConfiguration​(int offset, int batchSize, boolean iterate)