Class DataObjectEngineVersion

java.lang.Object
com.flowable.dataobject.engine.DataObjectEngineVersion

public final class DataObjectEngineVersion
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getVersion()
    Return the full version string of the present Data object engine codebase, or null if it cannot be determined.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getVersion

      public static java.lang.String getVersion()
      Return the full version string of the present Data object engine codebase, or null if it cannot be determined.
      Returns:
      the version of Data object Engine or null
      See Also:
      Package.getImplementationVersion()