Package org.flowable.common.engine.impl
Class FlowableVersions
java.lang.Object
org.flowable.common.engine.impl.FlowableVersions
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<FlowableVersion>
static final String
static final List<FlowableVersion>
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
findMatchingCamMigrationIndex
(String dbVersion) static int
findMatchingVersionIndex
(String dbVersion) static int
findMatchingVersionIndex
(FlowableVersion flowableVersion) Returns the index in the list ofFLOWABLE_VERSIONS
matching the provided string version.static int
getFlowableVersionIndexForDbVersion
(String dbVersion) static FlowableVersion
getPreviousVersion
(String version) static boolean
hasCamMigrationVersion
(String version)
-
Field Details
-
CURRENT_VERSION
- See Also:
-
FLOWABLE_VERSIONS
-
CAM_MIGRATION_VERSIONS
-
LAST_V5_VERSION
- See Also:
-
LAST_V6_VERSION_BEFORE_SERVICES
- See Also:
-
-
Constructor Details
-
FlowableVersions
public FlowableVersions()
-
-
Method Details
-
findMatchingVersionIndex
Returns the index in the list ofFLOWABLE_VERSIONS
matching the provided string version. Returns -1 if no match can be found. -
findMatchingVersionIndex
-
getPreviousVersion
-
getFlowableVersionIndexForDbVersion
-
hasCamMigrationVersion
-
findMatchingCamMigrationIndex
-