Interface ExportServiceFactory

All Known Implementing Classes:
AbstractExportServiceFactory

public interface ExportServiceFactory
Author:
jjdelcerro
  • Method Details

    • getName

      String getName()
    • getLabel

      String getLabel()
    • getDescription

      String getDescription()
    • createService

      ExportService createService(ExportParameters parameters)
    • createParameters

      ExportParameters createParameters()
    • setEnabled

      void setEnabled(boolean enabled)
    • isEnabled

      boolean isEnabled()
    • hasTabularSupport

      boolean hasTabularSupport()
    • hasVectorialSupport

      boolean hasVectorialSupport()