Uses of Class
com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
Package
Description
-
Uses of RemoteFunctionMessage in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescriptionAbstractRemoteFunctionRequestResult.getErrorMessages()
Deprecated.AbstractRemoteFunctionRequestResult.getInformationMessages()
Deprecated.AbstractRemoteFunctionRequestResult.getSuccessMessages()
Deprecated.AbstractRemoteFunctionRequestResult.getWarningMessages()
Deprecated. -
Uses of RemoteFunctionMessage in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Modifier and TypeMethodDescriptionRemoteFunctionException.getMessages()
Deprecated.This module will be discontinued, along with its classes and methods.Modifier and TypeMethodDescriptionAccessDeniedExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.InvalidParameterExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.MissingErpConfigurationExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.MissingParameterFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.NotImplementedExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.ParameterNotFoundFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.WrongCustomizingExceptionFactory.create
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.ModifierConstructorDescriptionAccessDeniedException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.InvalidParameterException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.MissingErpConfigException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.MissingParameterException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.NotImplementedException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.ParameterNotFoundException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods.WrongCustomizingException
(String parameter, RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.ModifierConstructorDescriptionDeprecated.This module will be discontinued, along with its classes and methods.RemoteFunctionException
(Iterable<RemoteFunctionMessage> messages) Deprecated.This module will be discontinued, along with its classes and methods.Deprecated.This module will be discontinued, along with its classes and methods. -
Uses of RemoteFunctionMessage in com.sap.cloud.sdk.s4hana.serialization
Modifier and TypeMethodDescriptionstatic String
MessageClass.toString
(Iterable<RemoteFunctionMessage> messages) Deprecated.String aggregator for iterable messages.static String
MessageNumber.toString
(Iterable<RemoteFunctionMessage> messages) Deprecated.String aggregator for iterable messages.static String
RemoteFunctionMessage.toString
(Iterable<RemoteFunctionMessage> messages, Function<RemoteFunctionMessage, String> function) Deprecated.Aggregator method to translate iterable messages to String.static String
RemoteFunctionMessage.toString
(Iterable<RemoteFunctionMessage> messages, Function<RemoteFunctionMessage, String> function) Deprecated.Aggregator method to translate iterable messages to String.