@PublicApi
public interface GeneratingDataByIQLCapability<PARAMETERS extends WidgetParameters,DATA extends WidgetData>
| Modifier and Type | Method and Description |
|---|---|
String |
buildIQL(PARAMETERS parameters) |
DATA |
generate(PARAMETERS parameters,
List<ObjectBean> objects,
ProgressId progressId) |
@Nonnull String buildIQL(@Nonnull PARAMETERS parameters) throws Exception
Exception@Nonnull DATA generate(@Nonnull PARAMETERS parameters, @Nonnull List<ObjectBean> objects, @Nonnull ProgressId progressId) throws Exception
ExceptionCopyright © 2024 Atlassian. All rights reserved.