Class Office2007WindowsXPClient
java.lang.Object
org.alfresco.officeservices.testclient.office.AbstractOfficeClient
org.alfresco.officeservices.testclient.office.Office2007WindowsXPClient
- All Implemented Interfaces:
AoserviceClientMessageReceiver
-
Field Summary
Fields inherited from class org.alfresco.officeservices.testclient.office.AbstractOfficeClient
fpseOpenedHosts, fpseVersionHosts, messageReceiver, servicesClient, urlEncoder, vtiInfHosts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidvoidvoidfileDialog(URI target, AoservicesClient.DialogType dialogType) voidfileOpenDialog(URI target) voidfileSaveDialog(URI target) voidMethods inherited from class org.alfresco.officeservices.testclient.office.AbstractOfficeClient
buildHostString, emitMessage, ensureFpseVersion, ensureOpenService, ensureVtiInf, message, setMessageReceiver, urlDecodePath
-
Constructor Details
-
Office2007WindowsXPClient
-
-
Method Details
-
fileOpenDialog
public void fileOpenDialog(URI target) throws ServiceCommunicationException, ServiceResponseException - Specified by:
fileOpenDialogin classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
fileSaveDialog
public void fileSaveDialog(URI target) throws ServiceCommunicationException, ServiceResponseException - Specified by:
fileSaveDialogin classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
fileDialog
public void fileDialog(URI target, AoservicesClient.DialogType dialogType) throws ServiceCommunicationException, ServiceResponseException -
openFile
public OfficeFileHandle openFile(URI target) throws ServiceCommunicationException, ServiceResponseException - Specified by:
openFilein classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
refreshLock
public void refreshLock(OfficeFileHandle ofh) throws ServiceCommunicationException, ServiceResponseException - Specified by:
refreshLockin classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
closeFile
public void closeFile(OfficeFileHandle ofh) throws ServiceCommunicationException, ServiceResponseException - Specified by:
closeFilein classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
checkoutFile
public void checkoutFile(OfficeFileHandle ofh) throws ServiceCommunicationException, ServiceResponseException - Specified by:
checkoutFilein classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-
checkinFile
public void checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) throws ServiceCommunicationException, ServiceResponseException - Specified by:
checkinFilein classAbstractOfficeClient- Throws:
ServiceCommunicationExceptionServiceResponseException
-