Interface ReportActionFactory

All Superinterfaces:
org.gvsig.tools.util.IsApplicable
All Known Implementing Classes:
AbstractReportActionFactory

public interface ReportActionFactory extends org.gvsig.tools.util.IsApplicable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createReportAction(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureQuery query, org.gvsig.fmap.dal.feature.FeatureSelection selecteds, javax.json.JsonObject json)
     
     

    Methods inherited from interface org.gvsig.tools.util.IsApplicable

    isApplicable
  • Method Details

    • getName

      String getName()
    • createReportAction

      ReportAction createReportAction(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureQuery query, org.gvsig.fmap.dal.feature.FeatureSelection selecteds, javax.json.JsonObject json)