Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Uses of AbstractRemoteFunctionRequest in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeClassDescriptionclass
AbstractRemoteFunctionRequest<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.class
JCoTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.class
RemoteFunctionRequestExecutor<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.class
SoapRemoteFunctionRequestSerializer<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.class
SoapTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.interface
Transaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> Deprecated.This module will be discontinued, along with its classes and methods.Modifier and TypeClassDescriptionclass
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.Modifier 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.Modifier and TypeMethodDescriptionAbstractRemoteFunctionRequest.ignoringErrors()
Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandler
after the request execution which does not inspect the request result and, therefore, does not throw aRemoteFunctionException
.AbstractRemoteFunctionRequest.propagatingErrorsAsExceptions()
Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandler
after the request execution which inspects the request result and throws aRemoteFunctionException
or one of its more-specific exceptions depending on the returned error messages of the request.AbstractRemoteFunctionRequest.withErrorHandler
(RemoteFunctionRequestErrorHandler remoteFunctionRequestErrorHandler) Deprecated.Specifies to invoke the providedRemoteFunctionRequestErrorHandler
after 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 exportingYear
parameter. reflected by a data elementAbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Boolean value) Deprecated.Adds an exportingBoolean
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Byte value) Deprecated.Adds an exportingByte
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Character value) Deprecated.Adds an exportingCharacter
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Double value) Deprecated.Adds an exportingDouble
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Float value) Deprecated.Adds an exportingFloat
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Integer value) Deprecated.Adds an exportingInteger
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Long value) Deprecated.Adds an exportingLong
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Short value) Deprecated.Adds an exportingShort
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, String value) Deprecated.Adds an exportingString
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, BigDecimal value) Deprecated.Adds an exportingBigDecimal
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, BigInteger value) Deprecated.Adds an exportingBigInteger
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, LocalDate value) Deprecated.Adds an exportingLocalDate
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, LocalTime value) Deprecated.Adds an exportingLocalTime
parameter reflected by a data element.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, Locale value) Deprecated.Adds an exportingLocale
parameter 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 importingYear
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Boolean value) Deprecated.Adds a importingBoolean
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Byte value) Deprecated.Adds a importingByte
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Character value) Deprecated.Adds a importingCharacter
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Double value) Deprecated.Adds a importingDouble
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Float value) Deprecated.Adds a importingFloat
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Integer value) Deprecated.Adds a importingInteger
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Long value) Deprecated.Adds a importingLong
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Short value) Deprecated.Adds a importingShort
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, String value) Deprecated.Adds a importingString
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, BigDecimal value) Deprecated.Adds a importingBigDecimal
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, BigInteger value) Deprecated.Adds a importingBigInteger
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, LocalDate value) Deprecated.Adds a importingLocalDate
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, LocalTime value) Deprecated.Adds a importingLocalTime
parameter reflected by a data element.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, Locale value) Deprecated.Adds a importingLocale
parameter 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 givenErpTypeConverter
s.