Interface IPluginProcessingParams
-
- All Superinterfaces:
IPluginParameters
- All Known Implementing Classes:
PluginProcessingParams
public interface IPluginProcessingParams extends IPluginParameters
Interface for the parameters of a processing plugin.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Aktion
getAktion()
Getter für die Aktion in welcher die Verarbeitung durchgeführt wirdMap<String,String>
getParams()
Getter für die Parameter-Map welche in der Aktion konfiguriert wurdenIWorkflowProcessingContext
getWorkflowProcessingContext()
-
-
-
Method Detail
-
getWorkflowProcessingContext
IWorkflowProcessingContext getWorkflowProcessingContext()
- Returns:
- The current
IWorkflowProcessingContext
that can be used to access information regarding the current execution of the workflow.
-
getAktion
Aktion getAktion()
Getter für die Aktion in welcher die Verarbeitung durchgeführt wird- Returns:
Aktion
die Aktion der Verarbeitung
-
-