Uses of Class
org.flowable.common.engine.impl.FlowableVersion
Packages that use FlowableVersion
-
Uses of FlowableVersion in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type FlowableVersionModifier and TypeFieldDescriptionstatic final List<FlowableVersion>
FlowableVersions.CAM_MIGRATION_VERSIONS
static final List<FlowableVersion>
FlowableVersions.FLOWABLE_VERSIONS
Methods in org.flowable.common.engine.impl that return FlowableVersionModifier and TypeMethodDescriptionstatic FlowableVersion
FlowableVersions.getPreviousVersion
(String version) Methods in org.flowable.common.engine.impl with parameters of type FlowableVersionModifier and TypeMethodDescriptionstatic int
FlowableVersions.findMatchingVersionIndex
(FlowableVersion flowableVersion) Returns the index in the list ofFlowableVersions.FLOWABLE_VERSIONS
matching the provided string version.