public interface EXPORTCTSWS
| Modifier and Type | Method and Description |
|---|---|
CtsWsUploadResponse |
ctsAppendBytesIntoFile(byte[] content,
String fileHandle) |
CtsWsTraResponse |
ctsAttachToRequest(CtsWsTransportEntity entity,
String requestId) |
CtsWsRequestResponse |
ctsGetDefaultRequest(String descriptionProposal,
String refreshMode,
CtsWsRequestFilter requestFilter) |
CtsWsTraResponse |
ctsGetOrganizerUrl(CtsWsOrganizerRequest request) |
CtsWsTraResponse |
ctsSubmitRequest(String requestId) |
CtsWsUploadResponse |
ctsUploadBytesIntoFile(byte[] content,
String fileName) |
@RequestWrapper(localName="CtsAppendBytesIntoFile", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsAppendBytesIntoFile") @ResponseWrapper(localName="CtsAppendBytesIntoFileResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsAppendBytesIntoFileResponse") CtsWsUploadResponse ctsAppendBytesIntoFile(byte[] content, String fileHandle)
content - fileHandle - @RequestWrapper(localName="CtsAttachToRequest", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsAttachToRequest") @ResponseWrapper(localName="CtsAttachToRequestResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsAttachToRequestResponse") CtsWsTraResponse ctsAttachToRequest(CtsWsTransportEntity entity, String requestId)
requestId - entity - @RequestWrapper(localName="CtsGetDefaultRequest", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsGetDefaultRequest") @ResponseWrapper(localName="CtsGetDefaultRequestResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsGetDefaultRequestResponse") CtsWsRequestResponse ctsGetDefaultRequest(String descriptionProposal, String refreshMode, CtsWsRequestFilter requestFilter)
refreshMode - descriptionProposal - requestFilter - @RequestWrapper(localName="CtsGetOrganizerUrl", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsGetOrganizerUrl") @ResponseWrapper(localName="CtsGetOrganizerUrlResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsGetOrganizerUrlResponse") CtsWsTraResponse ctsGetOrganizerUrl(CtsWsOrganizerRequest request)
request - @RequestWrapper(localName="CtsSubmitRequest", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsSubmitRequest") @ResponseWrapper(localName="CtsSubmitRequestResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsSubmitRequestResponse") CtsWsTraResponse ctsSubmitRequest(String requestId)
requestId - @RequestWrapper(localName="CtsUploadBytesIntoFile", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsUploadBytesIntoFile") @ResponseWrapper(localName="CtsUploadBytesIntoFileResponse", targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style", className="com.sap.document.sap.soap.functions.mc_style.CtsUploadBytesIntoFileResponse") CtsWsUploadResponse ctsUploadBytesIntoFile(byte[] content, String fileName)
content - fileName - Copyright © 2017 SAP SE. All Rights Reserved.