Uses of Class
org.alfresco.officeservices.testclient.ServiceCommunicationException
Packages that use ServiceCommunicationException
Package
Description
-
Uses of ServiceCommunicationException in org.alfresco.officeservices.testclient
Methods in org.alfresco.officeservices.testclient that throw ServiceCommunicationExceptionModifier and TypeMethodDescriptionbooleanAoservicesClient.execute(FPSERequest request) Execute the given FPSE request and return the response.booleanAoservicesClient.getFPSECheckinDocument(URI serviceEndpoint, String fileUrl, String comment) AoservicesClient.getFPSECheckoutDocument(URI serviceEndpoint, String fileUrl, int timeout) AoservicesClient.getFPSEGetDocsMetaInfo(URI serviceEndpoint, List<String> targets) AoservicesClient.getFPSEGetDocument(URI serviceEndpoint, String fileUrl) AoservicesClient.getFPSEOpenService(URI serviceEndpoint) AoservicesClient.getFPSEUncheckoutDocument(URI serviceEndpoint, String fileUrl, boolean rlsshortterm) AoservicesClient.getFPSEUrlToWebUrl(URI target) AoservicesClient.getFPSEVersion(URI target) AoservicesClient.getVtiInformation(URI target) booleanAoservicesClient.getWebForm(URI serviceEndpoint, String location, AoservicesClient.DialogType type, String filter) booleanAoservicesClient.options(URI target, AoservicesClient.OptionsHeaderValidation headerValidation) Performs a OPTIONS request to the given target and returns true if and only if the resource exists.booleanPerforms a PROPFIND request to the given target and returns true if and only if the resource exists.booleanAoservicesClient.soapCheckin(URI serviceEndpoint, URI target, String comment) booleanAoservicesClient.soapCheckout(URI serviceEndpoint, URI target, boolean checkoutToLocal) booleanAoservicesClient.testWebFormExistence(URI serviceEndpoint, String location, AoservicesClient.DialogType type) void -
Uses of ServiceCommunicationException in org.alfresco.officeservices.testclient.fpse
Constructors in org.alfresco.officeservices.testclient.fpse that throw ServiceCommunicationException -
Uses of ServiceCommunicationException in org.alfresco.officeservices.testclient.office
Methods in org.alfresco.officeservices.testclient.office that throw ServiceCommunicationExceptionModifier and TypeMethodDescriptionprotected StringAbstractOfficeClient.buildHostString(URI target) abstract voidAbstractOfficeClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2003WindowsXPClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2007WindowsXPClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2010Windows7Client.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) abstract voidAbstractOfficeClient.checkoutFile(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.checkoutFile(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.checkoutFile(OfficeFileHandle ofh) voidOffice2010Windows7Client.checkoutFile(OfficeFileHandle ofh) abstract voidAbstractOfficeClient.closeFile(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.closeFile(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.closeFile(OfficeFileHandle ofh) voidOffice2010Windows7Client.closeFile(OfficeFileHandle ofh) protected voidAbstractOfficeClient.ensureFpseVersion(URI target) protected StringAbstractOfficeClient.ensureOpenService(URI target) protected voidAbstractOfficeClient.ensureVtiInf(URI target) voidOffice2003WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2007WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2010Windows7Client.fileDialog(URI target, AoservicesClient.DialogType dialogType) abstract voidAbstractOfficeClient.fileOpenDialog(URI target) voidOffice2003WindowsXPClient.fileOpenDialog(URI target) voidOffice2007WindowsXPClient.fileOpenDialog(URI target) voidOffice2010Windows7Client.fileOpenDialog(URI target) abstract voidAbstractOfficeClient.fileSaveDialog(URI target) voidOffice2003WindowsXPClient.fileSaveDialog(URI target) voidOffice2007WindowsXPClient.fileSaveDialog(URI target) voidOffice2010Windows7Client.fileSaveDialog(URI target) abstract OfficeFileHandleabstract voidAbstractOfficeClient.refreshLock(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.refreshLock(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.refreshLock(OfficeFileHandle ofh) voidOffice2010Windows7Client.refreshLock(OfficeFileHandle ofh)