Class FlowableVersions


  • public class FlowableVersions
    extends Object
    Author:
    Joram Barrez
    • Constructor Detail

      • FlowableVersions

        public FlowableVersions()
    • Method Detail

      • 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)
      • getFlowableVersionIndexForDbVersion

        public static int getFlowableVersionIndexForDbVersion​(String dbVersion)
      • hasCamMigrationVersion

        public static boolean hasCamMigrationVersion​(String version)
      • findMatchingCamMigrationIndex

        protected static int findMatchingCamMigrationIndex​(String dbVersion)