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 Stringstatic final List<FlowableVersion>static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static intfindMatchingCamMigrationIndex(String dbVersion) static intfindMatchingVersionIndex(String dbVersion) static intfindMatchingVersionIndex(FlowableVersion flowableVersion) Returns the index in the list ofFLOWABLE_VERSIONSmatching the provided string version.static intgetFlowableVersionIndexForDbVersion(String dbVersion) static FlowableVersiongetPreviousVersion(String version) static booleanhasCamMigrationVersion(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_VERSIONSmatching the provided string version. Returns -1 if no match can be found. -
findMatchingVersionIndex
-
getPreviousVersion
-
getFlowableVersionIndexForDbVersion
-
hasCamMigrationVersion
-
findMatchingCamMigrationIndex
-