public interface ViewResultVersion extends Comparable<ViewResultVersion>, Serializable
Modifier and Type | Method and Description |
---|---|
String |
asString() |
int |
compareTo(String viewResultVersionAsString)
Compares to another view result version string (following
Comparable rules). |
int |
compareTo(ViewResultVersion viewResultVersion)
Compares to another view result version (following
Comparable rules). |
ViewVersion |
viewVersion()
Extracts the matching
ViewVersion object for comparison with views. |
String asString()
int compareTo(ViewResultVersion viewResultVersion)
Comparable
rules).compareTo
in interface Comparable<ViewResultVersion>
viewResultVersion
- the view result version.int compareTo(String viewResultVersionAsString)
Comparable
rules).viewResultVersionAsString
- the view result version asString()
result.IllegalArgumentException
- if the given string cannot be parsed to a version object.ViewVersion viewVersion()
ViewVersion
object for comparison with views.
In essence, if no change is done to a view before execution is performed, the ViewDefinitionVersion from this
method and the ViewDefinitionVersion from the View.viewVersion()
will be equal.View.viewVersion()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.