Uses of Class
org.nuxeo.client.NuxeoVersion
-
Packages that use NuxeoVersion Package Description org.nuxeo.client -
-
Uses of NuxeoVersion in org.nuxeo.client
Fields in org.nuxeo.client declared as NuxeoVersion Modifier and Type Field Description static NuxeoVersionNuxeoVersion. LTS_10_10static NuxeoVersionNuxeoVersion. LTS_7_10static NuxeoVersionNuxeoVersion. LTS_8_10static NuxeoVersionNuxeoVersion. LTS_9_10protected NuxeoVersionNuxeoClient. serverVersionMethods in org.nuxeo.client that return NuxeoVersion Modifier and Type Method Description NuxeoVersionNuxeoClient. getServerVersion()This method gets the Nuxeo server version from CMIS the first time and then caches it.NuxeoVersionNuxeoVersion. hotfix(int hotfix)static NuxeoVersionNuxeoVersion. parse(java.lang.String version)Methods in org.nuxeo.client with parameters of type NuxeoVersion Modifier and Type Method Description booleanNuxeoVersion. equals(NuxeoVersion version)booleanNuxeoVersion. isGreaterThan(NuxeoVersion version)
-