Class FlowableVersions

java.lang.Object
org.flowable.common.engine.impl.FlowableVersions

public class FlowableVersions extends Object
Author:
Joram Barrez
  • Field Details

  • Constructor Details

    • FlowableVersions

      public FlowableVersions()
  • Method Details

    • findMatchingVersionIndex

      public static int findMatchingVersionIndex(FlowableVersion flowableVersion)
      Returns the index in the list of FLOWABLE_VERSIONS matching the provided string version. Returns -1 if no match can be found.
    • findMatchingVersionIndex

      public static int findMatchingVersionIndex(String dbVersion)
    • getPreviousVersion

      public static FlowableVersion getPreviousVersion(String version)
    • getFlowableVersionIndexForDbVersion

      public static int getFlowableVersionIndexForDbVersion(String dbVersion)
    • hasCamMigrationVersion

      public static boolean hasCamMigrationVersion(String version)
    • findMatchingCamMigrationIndex

      protected static int findMatchingCamMigrationIndex(String dbVersion)