Interface IPluginProcessingParams

All Superinterfaces:
IPluginParameters
All Known Implementing Classes:
PluginProcessingParams

@Deprecated public interface IPluginProcessingParams extends IPluginParameters
Deprecated.
Use the new workflow engine (IWorkflowEventRunner).
Interface for the parameters of a processing plugin.
Author:
XIMA MEDIA GmbH
  • Method Details

    • getWorkflowProcessingContext

      IWorkflowProcessingContext getWorkflowProcessingContext()
      Deprecated.
      Returns:
      The current IWorkflowProcessingContext that can be used to access information regarding the current execution of the workflow.
    • getAktion

      Aktion getAktion()
      Deprecated.
      Getter für die Aktion in welcher die Verarbeitung durchgeführt wird
      Returns:
      Aktion die Aktion der Verarbeitung
    • getParams

      Map<String,String> getParams()
      Deprecated.
      Getter für die Parameter-Map welche in der Aktion konfiguriert wurden
      Returns:
      Map mit den Konfigurationsparametern der Aktion