Uses of Class
ru.cg.webbpm.studio.core.api.migrations.xml.Versions
Packages that use Versions
Package
Description
-
Uses of Versions in ru.cg.webbpm.studio.core.api.migrations
Methods in ru.cg.webbpm.studio.core.api.migrations that return VersionsModifier and TypeMethodDescriptionVersionManager.getCurrentVersions()
VersionManager.getCurrentVersions
(HasVersions object) Returns current versions for the object, i.e. studio and those packages only that the object depends upon.HasVersions.getVersions()
Methods in ru.cg.webbpm.studio.core.api.migrations with parameters of type VersionsModifier and TypeMethodDescriptiondefault void
void
MigrationCache.evict
(Collection<Path> files, Versions versions) void
default boolean
MigrationCache.isOutdated
(Path file, Versions versions) boolean
MigrationCache.isOutdated
(Versions versions) void
HasVersions.setVersions
(Versions versions) -
Uses of Versions in ru.cg.webbpm.studio.core.api.migrations.xml
Methods in ru.cg.webbpm.studio.core.api.migrations.xml that return VersionsMethods in ru.cg.webbpm.studio.core.api.migrations.xml with parameters of type VersionsModifier and TypeMethodDescriptionstatic boolean
Versions.isUpToDate
(Versions objectVersions, Versions currentVersions) Checks objectVersions against specified currentVersions.void
MigrationCast.setVersions
(Versions versions) Constructors in ru.cg.webbpm.studio.core.api.migrations.xml with parameters of type Versions -
Uses of Versions in ru.cg.webbpm.studio.core.impl.migrations
Methods in ru.cg.webbpm.studio.core.impl.migrations that return VersionsModifier and TypeMethodDescriptionVersionManagerImpl.getCurrentVersions()
VersionManagerImpl.getCurrentVersions
(HasVersions object) -
Uses of Versions in ru.cg.webbpm.studio.core.migrations.impl
Methods in ru.cg.webbpm.studio.core.migrations.impl with parameters of type VersionsModifier and TypeMethodDescriptionvoid
MigrationCacheImpl.evict
(Collection<Path> files, Versions versions) void
boolean
MigrationCacheImpl.isOutdated
(Versions versions) -
Uses of Versions in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean
Methods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean that return VersionsMethods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean with parameters of type Versions -
Uses of Versions in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans that return VersionsMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type VersionsModifier and TypeMethodDescriptionvoid
Component.setVersions
(Versions versions) void
Page.setVersions
(Versions versions) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type Versions -
Uses of Versions in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml that return VersionsMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml with parameters of type VersionsModifier and TypeMethodDescriptionvoid
XmlComponent.setVersions
(Versions versions) void
XmlPage.setVersions
(Versions versions)