Class ReindexBatchConstants

java.lang.Object
com.flowable.indexing.reindex.batch.ReindexBatchConstants

public final class ReindexBatchConstants extends Object
  • Field Details

  • Method Details

    • propertyNameForAlias

      public static String propertyNameForAlias(String alias)
    • repeatCycle

      public static String repeatCycle(Duration interval)
      Builds an ISO 8601 repeat-cycle expression for the given poll interval (e.g. "R/PT5S").
    • encodeOffsetPageSize

      public static String encodeOffsetPageSize(int offset, int pageSize)
    • decodeOffsetPageSize

      public static int[] decodeOffsetPageSize(String encoded)