Class QueryAndReportWizardEP

java.lang.Object
ca.phon.app.query.QueryAndReportWizardEP
All Implemented Interfaces:
IPluginEntryPoint

public class QueryAndReportWizardEP extends Object implements IPluginEntryPoint
  • Field Details

    • EP_NAME

      public static final String EP_NAME
      See Also:
    • SCRIPT_OBJECT

      public static final String SCRIPT_OBJECT
    • SCRIPT_PATH

      public static final String SCRIPT_PATH
    • LOAD_PREVIOUS

      public static final String LOAD_PREVIOUS
  • Constructor Details

    • QueryAndReportWizardEP

      public QueryAndReportWizardEP()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IPluginEntryPoint
      Plugin action ID. This is used by Phon to call the entry point using a string name.
      Specified by:
      getName in interface IPluginEntryPoint
    • getScript

      public QueryScript getScript(Map<String,Object> args)
    • pluginStart

      public void pluginStart(Map<String,Object> args)
      Description copied from interface: IPluginEntryPoint
      Entry point method for a plugin.
      Specified by:
      pluginStart in interface IPluginEntryPoint
      Parameters:
      args - a hash table of arguments given to the plugin. By default, Phon will provide the plugin with the following arguments: project:IPhonProject - the project. null if N/A. corpus:String - the corpus id of the open session. null if N/A session:String - the session id of the open session. null if N/A More arguments can be defined statically in the module definition xml files.