Interface IPluginProcessingParams
- All Superinterfaces:
IPluginParameters
- All Known Implementing Classes:
PluginProcessingParams
Deprecated.
Interface for the parameters of a processing plugin.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Getter für die Aktion in welcher die Verarbeitung durchgeführt wirdDeprecated.Getter für die Parameter-Map welche in der Aktion konfiguriert wurdenDeprecated.
-
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
Deprecated.Getter für die Parameter-Map welche in der Aktion konfiguriert wurden- Returns:
Map
mit den Konfigurationsparametern der Aktion
-
IWorkflowEventRunner
).