Uses of Class
org.flowable.common.engine.impl.FlowableVersion
-
Packages that use FlowableVersion Package Description org.flowable.common.engine.impl -
-
Uses of FlowableVersion in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type FlowableVersion Modifier and Type Field Description static List<FlowableVersion>FlowableVersions. CAM_MIGRATION_VERSIONSstatic List<FlowableVersion>FlowableVersions. FLOWABLE_VERSIONSMethods in org.flowable.common.engine.impl that return FlowableVersion Modifier and Type Method Description static FlowableVersionFlowableVersions. getPreviousVersion(String version)Methods in org.flowable.common.engine.impl with parameters of type FlowableVersion Modifier and Type Method Description static intFlowableVersions. findMatchingVersionIndex(FlowableVersion flowableVersion)Returns the index in the list ofFlowableVersions.FLOWABLE_VERSIONSmatching the provided string version.
-