void |
ClasspathImportServiceCompileTime.addAggregation(String functionName,
ConfigurationCompilerPlugInAggregationFunction aggregationDesc) |
void |
ClasspathImportServiceCompileTime.addAggregationMultiFunction(ConfigurationCompilerPlugInAggregationMultiFunction desc) |
void |
ClasspathImportServiceBase.addAnnotationImport(String importName) |
void |
ClasspathImportServiceBase.addImport(String importName) |
void |
ClasspathImportServiceCompileTime.addSingleRow(String functionName,
String singleRowFuncClass,
String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
String optionalEventTypeName) |
AdvancedIndexFactoryProvider |
ClasspathImportServiceCompileTime.resolveAdvancedIndexProvider(String indexTypeName) |
AggregationFunctionForge |
ClasspathImportServiceCompileTime.resolveAggregationFunction(String functionName) |
Class |
ClasspathImportServiceCompileTime.resolveAnnotation(String className) |
Class |
ClasspathImportServiceBase.resolveClass(String className,
boolean forAnnotation) |
Class |
ClasspathImportService.resolveClass(String className,
boolean forAnnotation) |
Class |
ClasspathImportServiceBase.resolveClassForBeanEventType(String fullyQualClassName) |
Class |
ClasspathImportService.resolveClassForBeanEventType(String fullyQualClassName) |
Constructor |
ClasspathImportServiceBase.resolveCtor(Class clazz,
Class[] paramTypes) |
Constructor |
ClasspathImportService.resolveCtor(Class clazz,
Class[] paramTypes) |
Method |
ClasspathImportServiceCompileTime.resolveMethod(Class clazz,
String methodName,
Class[] paramTypes,
boolean[] allowEventBeanType) |
Method |
ClasspathImportServiceBase.resolveMethod(Class clazz,
String methodName,
Class[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType) |
Method |
ClasspathImportService.resolveMethod(Class clazz,
String methodName,
Class[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType) |
Method |
ClasspathImportServiceCompileTime.resolveMethodOverloadChecked(Class clazz,
String methodName) |
Method |
ClasspathImportServiceCompileTime.resolveMethodOverloadChecked(String className,
String methodName) |
Method |
ClasspathImportServiceBase.resolveMethodOverloadChecked(String className,
String methodName,
Class[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType) |
Method |
ClasspathImportService.resolveMethodOverloadChecked(String className,
String methodName,
Class[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType) |
Method |
ClasspathImportServiceCompileTime.resolveNonStaticMethodOverloadChecked(Class clazz,
String methodName) |
Pair<Class,ClasspathImportSingleRowDesc> |
ClasspathImportServiceCompileTime.resolveSingleRow(String name) |
protected void |
ClasspathImportServiceBase.validateImportAndAdd(String importName,
List<String> imports) |