public class RfcQueryResult extends AbstractRemoteFunctionQueryResult<RfcQuery,RfcQueryResult>
RfcQuery
.
Use the methods AbstractRemoteFunctionQueryResult.get(String)
, AbstractRemoteFunctionQueryResult.get(int)
, AbstractRemoteFunctionQueryResult.getIfPresent(String)
, AbstractRemoteFunctionQueryResult.collect(String)
,
AbstractRemoteFunctionQueryResult.size()
, AbstractRemoteFunctionQueryResult.isEmpty()
, or AbstractRemoteFunctionQueryResult.has(String)
to access the content of the RfcQueryResult
.
Use the methods AbstractRemoteFunctionQueryResult.hasFailed()
, AbstractRemoteFunctionQueryResult.hasSuccessMessages()
, AbstractRemoteFunctionQueryResult.hasInformationMessages()
,
AbstractRemoteFunctionQueryResult.hasWarningMessages()
, or AbstractRemoteFunctionQueryResult.hasErrorMessages()
to inspect the resulting messages from the RFM call.
Constructor and Description |
---|
RfcQueryResult() |
collect, get, get, getErrorMessages, getIfPresent, getInformationMessages, getQuery, getResultElements, getSuccessMessages, getWarningMessages, has, hasErrorMessages, hasFailed, hasInformationMessages, hasSuccessMessages, hasWarningMessages, isEmpty, iterator, size, toString, wasSuccessful
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
Copyright © 2019 SAP SE. All rights reserved.