public class LayoutReportActionFactory extends AbstractReportActionFactory implements ReportActionFactory
ReportActionFactory.ReportCustomActionFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAYOUT_REPORT_ACTION_NAME |
| Constructor and Description |
|---|
LayoutReportActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReportAction |
createReportAction(FeatureStore store,
FeatureQuery query,
FeatureSelection selecteds,
JsonObject json) |
boolean |
isApplicable(java.lang.Object... args) |
static boolean |
isJsonApplicable(JsonObject json) |
static void |
selfRegister() |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final java.lang.String LAYOUT_REPORT_ACTION_NAME
public ReportAction createReportAction(FeatureStore store, FeatureQuery query, FeatureSelection selecteds, JsonObject json)
createReportAction in interface ReportActionFactorypublic static void selfRegister()
public boolean isApplicable(java.lang.Object... args)
isApplicable in interface IsApplicablepublic static boolean isJsonApplicable(JsonObject json)