com.sap.tc.logging.interfaces

Interface ILoggingResultSet


public interface ILoggingResultSet

General result set for objects used in Logging. Usually used when making a request, expecting multiple number of results returned.


Method Summary
 Exception getException()
          Return the specific error occurred for invalid operation(if any).
 List getResults()
          Return a list of result nodes in this Result Set
 int getSize()
          Return the number of result nodes in this Result Set
 boolean isEmpty()
          Return true if result set is empty (no result node)
 boolean isValid()
          Return general status if result is either valid(true) or invalid(false)
 

Method Detail

getResults

List getResults()
Return a list of result nodes in this Result Set


isValid

boolean isValid()
Return general status if result is either valid(true) or invalid(false)


isEmpty

boolean isEmpty()
Return true if result set is empty (no result node)


getSize

int getSize()
Return the number of result nodes in this Result Set


getException

Exception getException()
Return the specific error occurred for invalid operation(if any). Null if none.

Access Rights

This class can be accessed from:


SC DC
[sap.com] FRAMEWORK [sap.com] tc/ddic/ddicruntime
[sap.com] ENGINEAPI [sap.com] tc/logging
[sap.com] ENGFACADE [sap.com] tc/bl/logging/api
[sap.com] CORE-TOOLS [sap.com] com.sap.engine.client.lib
[sap.com] BRMS-FACADE [sap.com] tc/brms/facade


Copyright 2010 SAP AG Complete Copyright Notice