public interface JCoRepositoryQueryResult
Note: The implementation for this interface provided by the JCo runtime. Other implementations are not supported.
Modifier and Type | Method and Description |
---|---|
String |
getClassQueryError(String className) |
List<String> |
getFailedClassesQueries() |
List<String> |
getFailedFunctionQueries() |
List<String> |
getFailedTypesQueries() |
String |
getFunctionQueryError(String functionName) |
String |
getTypeQueryError(String typeName) |
boolean |
isClassQuerySuccessful(String className) |
boolean |
isFunctionQuerySuccessful(String functionName) |
boolean |
isQuerySuccessful()
Returns true only if all requested data dictionary elements were queried.
|
boolean |
isTypeQuerySuccessful(String typeName) |
boolean isQuerySuccessful()
boolean isFunctionQuerySuccessful(String functionName)
functionName
- function nameboolean isTypeQuerySuccessful(String typeName)
typeName
- type nameboolean isClassQuerySuccessful(String className)
className
- class nameString getFunctionQueryError(String functionName)
functionName
- function nameJCoRuntimeException
- if the functionName was not requested by the queryString getTypeQueryError(String typeName)
typeName
- type nameJCoRuntimeException
- if the typeName was not requested by the queryString getClassQueryError(String className)
className
- class nameJCoRuntimeException
- if the className was not requested by the queryList<String> getFailedFunctionQueries()
List<String> getFailedTypesQueries()
Copyright © 2023 SAP. All rights reserved.