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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AktiongetAktion()Deprecated.Getter für die Aktion in welcher die Verarbeitung durchgeführt wirdMap<String,String>getParams()Deprecated.Getter für die Parameter-Map welche in der Aktion konfiguriert wurdenIWorkflowProcessingContextgetWorkflowProcessingContext()Deprecated.
-
-
-
Method Detail
-
getWorkflowProcessingContext
IWorkflowProcessingContext getWorkflowProcessingContext()
Deprecated.- Returns:
- The current
IWorkflowProcessingContextthat 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:
Aktiondie Aktion der Verarbeitung
-
-