Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.convert.ooomanager
Interface OOoManagerService

All Known Implementing Classes:
OOoManagerComponent

public interface OOoManagerService

OOoManagerService can either start or stop OpenOffice pool server and return an OfficeDocumentConverter.

Author:
Laurent Doguin

Method Summary
 org.artofsolving.jodconverter.OfficeDocumentConverter getDocumentConverter()
           
 boolean isOOoManagerStarted()
           
 void startOOoManager()
           
 void stopOOoManager()
           
 

Method Detail

getDocumentConverter

org.artofsolving.jodconverter.OfficeDocumentConverter getDocumentConverter()

stopOOoManager

void stopOOoManager()

startOOoManager

void startOOoManager()
                     throws java.io.IOException
Throws:
java.io.IOException

isOOoManagerStarted

boolean isOOoManagerStarted()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.