Class VersionGenerator
- java.lang.Object
-
- org.activiti.cloud.services.modeling.jpa.version.VersionGenerator
-
public class VersionGenerator extends Object
Version generator. TODO: To set VersionGenerationStrategy from application properties, if any.
-
-
Constructor Summary
Constructors Constructor Description VersionGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateNextVersion(VersionEntity latestVersion)Generate the next version relative to the given latest version.
-
-
-
Method Detail
-
generateNextVersion
public String generateNextVersion(VersionEntity latestVersion)
Generate the next version relative to the given latest version.- Parameters:
latestVersion- the latest version- Returns:
- the next version
-
-