|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoRepositoryQueryResult
JCoRepositoryResult describes the result of the repository query. This interface comprises public methods for access to JCoRepositoryResult instance.
Note: The implementation for this interface provided by the JCo runtime. Other implementations are not supported.
JCo.queryMetaDataSet(JCoRepository, List, List, List)
Method Summary | |
---|---|
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)
|
Method Detail |
---|
boolean isQuerySuccessful()
boolean isFunctionQuerySuccessful(String functionName)
functionName
- function name
boolean isTypeQuerySuccessful(String typeName)
typeName
- type name
boolean isClassQuerySuccessful(String className)
className
- class name
String getFunctionQueryError(String functionName)
functionName
- function name
JCoRuntimeException
- if the functionName was not requested by the queryString getTypeQueryError(String typeName)
typeName
- type name
JCoRuntimeException
- if the typeName was not requested by the queryString getClassQueryError(String className)
className
- class name
JCoRuntimeException
- if the className was not requested by the queryList<String> getFailedFunctionQueries()
List<String> getFailedTypesQueries()
List<String> getFailedClassesQueries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |