Uses of Record Class
org.ehrbase.util.SemVer
Packages that use SemVer
-
Uses of SemVer in org.ehrbase.util
Fields in org.ehrbase.util declared as SemVerMethods in org.ehrbase.util that return SemVerModifier and TypeMethodDescriptionstatic SemVerSemVerUtil.determineVersion(SemVer requestSemVer, SemVer dbSemVer) Based on a (potentially partial) version and the latest existing version that matches the pattern, the subsequent version is generated.static SemVerStoredQueryQualifiedName.semVer()Returns the value of thesemVerrecord component.Methods in org.ehrbase.util that return types with arguments of type SemVerMethods in org.ehrbase.util with parameters of type SemVerModifier and TypeMethodDescriptionstatic StoredQueryQualifiedNamestatic SemVerSemVerUtil.determineVersion(SemVer requestSemVer, SemVer dbSemVer) Based on a (potentially partial) version and the latest existing version that matches the pattern, the subsequent version is generated.SemVerUtil.streamAllResolutions(SemVer semVer) Constructors in org.ehrbase.util with parameters of type SemVerModifierConstructorDescriptionStoredQueryQualifiedName(String reverseDomainName, String semanticId, SemVer semVer) Creates an instance of aStoredQueryQualifiedNamerecord class.