Interface GeneratingDataByIQLCapability<PARAMETERS extends WidgetParameters,DATA extends WidgetData>
@PublicApi
public interface GeneratingDataByIQLCapability<PARAMETERS extends WidgetParameters,DATA extends WidgetData>
-
Method Summary
Modifier and TypeMethodDescriptionbuildIQL
(PARAMETERS parameters) generate
(PARAMETERS parameters, List<ObjectBean> objects, ProgressId progressId)
-
Method Details
-
buildIQL
- Throws:
Exception
-
generate
@Nonnull DATA generate(@Nonnull PARAMETERS parameters, @Nonnull List<ObjectBean> objects, @Nonnull ProgressId progressId) throws Exception - Throws:
Exception
-