Package com.flowable.dataobject.engine
Class DataObjectEngineVersion
- java.lang.Object
-
- com.flowable.dataobject.engine.DataObjectEngineVersion
-
public final class DataObjectEngineVersion extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Return the full version string of the present Data object engine codebase, ornull
if it cannot be determined.
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Return the full version string of the present Data object engine codebase, ornull
if it cannot be determined.- Returns:
- the version of Data object Engine or
null
- See Also:
Package.getImplementationVersion()
-
-