-
Methods Method Description org.xwiki.officeimporter.server.OfficeServerConfiguration.getServerPort() Since 12.1RC1. Now useOfficeServerConfiguration.getServerPorts()
.org.xwiki.officeimporter.server.script.OfficeServerScriptService.getServerState() Since 12.3 this method shouldn't be used anymore: if the goal is to know if the server is connected or not, thenOfficeServerScriptService.isConnected()
should be used instead. If the goal is to display the state of the server thenOfficeServerScriptService.displayServerState()
should be used.org.xwiki.officeimporter.splitter.XDOMOfficeDocumentSplitter.split(XDOMOfficeDocument, int[], String, DocumentReference) since 14.10.2 / 15.0RC1 useXDOMOfficeDocumentSplitter.split(XDOMOfficeDocument, OfficeDocumentSplitterParameters)
instead