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 AktiongetAktion()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 wurdenIWorkflowProcessingContextgetWorkflowProcessingContext() 
 - 
 
- 
- 
Method Detail
- 
getWorkflowProcessingContext
IWorkflowProcessingContext getWorkflowProcessingContext()
- Returns:
 - The current 
IWorkflowProcessingContextthat 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:
 Aktiondie Aktion der Verarbeitung
 
 - 
 
 -