Uses of Class
org.alfresco.officeservices.testclient.fpse.FPSEResponseElement
Packages that use FPSEResponseElement
Package
Description
-
Uses of FPSEResponseElement in org.alfresco.officeservices.testclient
Fields in org.alfresco.officeservices.testclient with type parameters of type FPSEResponseElementMethods in org.alfresco.officeservices.testclient that return FPSEResponseElementModifier and TypeMethodDescriptionAoservicesClient.getFPSEOpenService(URI serviceEndpoint) protected FPSEResponseElementAoservicesClient.getMandatoryElement(FPSEResponseElement elem, String name) Methods in org.alfresco.officeservices.testclient with parameters of type FPSEResponseElementModifier and TypeMethodDescriptionAoservicesClient.getFileStatusFromMetaInfo(FPSEResponseElement metaInfo) protected FPSEResponseElementAoservicesClient.getMandatoryElement(FPSEResponseElement elem, String name) -
Uses of FPSEResponseElement in org.alfresco.officeservices.testclient.fpse
Fields in org.alfresco.officeservices.testclient.fpse declared as FPSEResponseElementFields in org.alfresco.officeservices.testclient.fpse with type parameters of type FPSEResponseElementModifier and TypeFieldDescriptionprotected ArrayList<FPSEResponseElement>FPSEResponseElement.anonymousListsprotected Map<String,FPSEResponseElement> FPSEResponseElement.subElementsMethods in org.alfresco.officeservices.testclient.fpse that return FPSEResponseElementModifier and TypeMethodDescriptionFPSEResponseElement.getSubElement(String name) FPSEResponse.getTopElement()Methods in org.alfresco.officeservices.testclient.fpse that return types with arguments of type FPSEResponseElementMethods in org.alfresco.officeservices.testclient.fpse with parameters of type FPSEResponseElementModifier and TypeMethodDescriptionvoidFPSEResponseElement.addAnonymousList(FPSEResponseElement anonymousListElement) voidFPSEResponseElement.addElement(String name, FPSEResponseElement element) protected voidFPSEResponse.readMetaInfoElement(FPSEResponseElement subElement, PushbackLineReader plr) protected voidFPSEResponse.readSubElement(FPSEResponseElement subElement, PushbackLineReader plr) protected voidFPSEResponse.readSubList(FPSEResponseElement subElement, PushbackLineReader plr)