Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Packages that use AbstractRemoteFunctionRequest
-
Uses of AbstractRemoteFunctionRequest in com.sap.cloud.sdk.s4hana.connectivity.rfc
Classes in com.sap.cloud.sdk.s4hana.connectivity.rfc with type parameters of type AbstractRemoteFunctionRequestModifier and TypeClassDescriptionclassAbstractRemoteFunctionRequest<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.classJCoTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.classRemoteFunctionRequestExecutor<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.classSoapRemoteFunctionRequestSerializer<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.classSoapTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.interfaceTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.Subclasses of AbstractRemoteFunctionRequest in com.sap.cloud.sdk.s4hana.connectivity.rfcModifier and TypeClassDescriptionclassDeprecated.This module will be discontinued, along with its classes and methods.classDeprecated.This module will be discontinued, along with its classes and methods.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc with type parameters of type AbstractRemoteFunctionRequestModifier and TypeMethodDescription<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>>
io.vavr.control.Option<RemoteFunctionException>RemoteFunctionRequestErrorHandler.handleRequestResult(RequestResultT requestResult) Deprecated.Allows to inspect the request result after the request execution and react accordingly.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return AbstractRemoteFunctionRequestModifier and TypeMethodDescriptionAbstractRemoteFunctionRequest.ignoringErrors()Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandlerafter the request execution which does not inspect the request result and, therefore, does not throw aRemoteFunctionException.AbstractRemoteFunctionRequest.propagatingErrorsAsExceptions()Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandlerafter the request execution which inspects the request result and throws aRemoteFunctionExceptionor one of its more-specific exceptions depending on the returned error messages of the request.AbstractRemoteFunctionRequest.withErrorHandler(RemoteFunctionRequestErrorHandler remoteFunctionRequestErrorHandler) Deprecated.Specifies to invoke the providedRemoteFunctionRequestErrorHandlerafter the request has been executed.AbstractRemoteFunctionRequest.withExporting(String name, String dataType) Deprecated.Adds an exporting parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, byte[] value) Deprecated.Adds an exporting byte[] parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Year value) Deprecated.Adds an exportingYearparameter.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Boolean value) Deprecated.Adds an exportingBooleanparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Byte value) Deprecated.Adds an exportingByteparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Character value) Deprecated.Adds an exportingCharacterparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Double value) Deprecated.Adds an exportingDoubleparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Float value) Deprecated.Adds an exportingFloatparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Integer value) Deprecated.Adds an exportingIntegerparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Long value) Deprecated.Adds an exportingLongparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Short value) Deprecated.Adds an exportingShortparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, String value) Deprecated.Adds an exportingStringparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, BigDecimal value) Deprecated.Adds an exportingBigDecimalparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, BigInteger value) Deprecated.Adds an exportingBigIntegerparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, LocalDate value) Deprecated.Adds an exportingLocalDateparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, LocalTime value) Deprecated.Adds an exportingLocalTimeparameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, Locale value) Deprecated.Adds an exportingLocaleparameter reflected by a data element.<T extends ErpType<T>>
AbstractRemoteFunctionRequest<RequestT,RequestResultT> AbstractRemoteFunctionRequest.withExporting(String name, String dataType, T value) Deprecated.Adds an exporting parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds an exporting parameter reflected by a data element.AbstractRemoteFunctionRequest.withExportingFields(String name, String dataType, Fields fields) Deprecated.Adds an exporting parameter reflected by a structure.AbstractRemoteFunctionRequest.withImporting(String name, String dataType) Deprecated.Adds an importing parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Year value) Deprecated.Adds a importingYearparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Boolean value) Deprecated.Adds a importingBooleanparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Byte value) Deprecated.Adds a importingByteparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Character value) Deprecated.Adds a importingCharacterparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Double value) Deprecated.Adds a importingDoubleparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Float value) Deprecated.Adds a importingFloatparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Integer value) Deprecated.Adds a importingIntegerparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Long value) Deprecated.Adds a importingLongparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Short value) Deprecated.Adds a importingShortparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, String value) Deprecated.Adds a importingStringparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, BigDecimal value) Deprecated.Adds a importingBigDecimalparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, BigInteger value) Deprecated.Adds a importingBigIntegerparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, LocalDate value) Deprecated.Adds a importingLocalDateparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, LocalTime value) Deprecated.Adds a importingLocalTimeparameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, Locale value) Deprecated.Adds a importingLocaleparameter reflected by a data element.<T extends ErpType<T>>
AbstractRemoteFunctionRequest<RequestT,RequestResultT> AbstractRemoteFunctionRequest.withImporting(String name, String dataType, T value) Deprecated.Adds an importing parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds an importing parameter reflected by a data element.AbstractRemoteFunctionRequest.withImportingAsReturn(String dataType) Deprecated.Adds an importing parameter as a return parameter with the name defined byRETURN_PARAMETER.AbstractRemoteFunctionRequest.withImportingAsReturn(String name, String dataType) Deprecated.Adds an importing parameter as a return parameter.AbstractRemoteFunctionRequest.withImportingFields(String name, String dataType, Fields fields) Deprecated.Adds an importing parameter reflected by a structure.AbstractRemoteFunctionRequest.withTableAsReturn(String dataType) Deprecated.Adds a table parameter as a return parameter with the name defined byRETURN_PARAMETER.AbstractRemoteFunctionRequest.withTableAsReturn(String name, String dataType) Deprecated.Adds a table parameter as a return parameter.AbstractRemoteFunctionRequest.withTypeConverters(ErpTypeConverter<?>... typeConverters) Deprecated.Delegates towithTypeConverters(Iterable).AbstractRemoteFunctionRequest.withTypeConverters(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.Registers the givenErpTypeConverters.