public class BapiQueryResult extends AbstractRemoteFunctionQueryResult<BapiQuery,BapiQueryResult>
BapiQuery
.
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 BapiQueryResult
.
Use the methods AbstractRemoteFunctionQueryResult.hasFailed()
, AbstractRemoteFunctionQueryResult.hasSuccessMessages()
, AbstractRemoteFunctionQueryResult.hasInformationMessages()
,
AbstractRemoteFunctionQueryResult.hasWarningMessages()
, or AbstractRemoteFunctionQueryResult.hasErrorMessages()
to inspect the resulting messages from the BAPI call.
Constructor and Description |
---|
BapiQueryResult() |
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 © 2018 SAP SE. All rights reserved.