Uses of Class
ru.cg.webbpm.studio.core.api.migrations.xml.Version
Packages that use Version
Package
Description
-
Uses of Version in ru.cg.webbpm.studio.core.api.migrations
Subclasses of Version in ru.cg.webbpm.studio.core.api.migrationsModifier and TypeClassDescriptionclass
Deprecated.This class is no longer acceptable to compute time between versions.Methods in ru.cg.webbpm.studio.core.api.migrations that return types with arguments of type VersionModifier and TypeMethodDescriptionNavigableMap<Version,
org.springframework.util.MultiValueMap<Class<?>, Converter<?>>> MigrationRegistry.getConverterMap()
MigrationRegistry.versionRange
(Version start, Version end) Returns all versions in specified rangeMethods in ru.cg.webbpm.studio.core.api.migrations with parameters of type VersionModifier and TypeMethodDescriptionReturns converters for specified version and object classGet all converters for specified version range and object type<T> void
Put a converterMigrationRegistry.versionRange
(Version start, Version end) Returns all versions in specified range -
Uses of Version in ru.cg.webbpm.studio.core.api.migrations.adapter
Methods in ru.cg.webbpm.studio.core.api.migrations.adapter that return VersionMethods in ru.cg.webbpm.studio.core.api.migrations.adapter that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionMapAdapter.unmarshal
(VersionMapAdapter.VersionAdaptedMap adaptedMap) Methods in ru.cg.webbpm.studio.core.api.migrations.adapter with parameters of type VersionMethod parameters in ru.cg.webbpm.studio.core.api.migrations.adapter with type arguments of type VersionModifier and TypeMethodDescription -
Uses of Version in ru.cg.webbpm.studio.core.api.migrations.xml
Methods in ru.cg.webbpm.studio.core.api.migrations.xml that return VersionModifier and TypeMethodDescriptionVersions.getStudioVersion()
static Version
static Version
Version.parseMaven
(String versionString) static Version
Version.parseSemver
(String versionString) Methods in ru.cg.webbpm.studio.core.api.migrations.xml that return types with arguments of type VersionMethods in ru.cg.webbpm.studio.core.api.migrations.xml with parameters of type VersionConstructors in ru.cg.webbpm.studio.core.api.migrations.xml with parameters of type VersionModifierConstructorDescriptionConstructor parameters in ru.cg.webbpm.studio.core.api.migrations.xml with type arguments of type Version -
Uses of Version in ru.cg.webbpm.studio.core.api.project
Methods in ru.cg.webbpm.studio.core.api.project that return Version