Class PluginProcessingParams
- java.lang.Object
 - 
- de.xima.fc.plugin.models.params.workflow.PluginProcessingParams
 
 
- 
- All Implemented Interfaces:
 IPluginParameters,IPluginProcessingParams
public class PluginProcessingParams extends Object implements IPluginProcessingParams
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params) 
- 
Method Summary
All Methods Instance Methods Concrete 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() 
 - 
 
- 
- 
Constructor Detail
- 
PluginProcessingParams
public PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)
 
 - 
 
- 
Method Detail
- 
getWorkflowProcessingContext
public IWorkflowProcessingContext getWorkflowProcessingContext()
- Specified by:
 getWorkflowProcessingContextin interfaceIPluginProcessingParams- Returns:
 - The current 
IWorkflowProcessingContextthat can be used to access information regarding the current execution of the workflow. 
 
- 
getAktion
public Aktion getAktion()
Description copied from interface:IPluginProcessingParamsGetter für die Aktion in welcher die Verarbeitung durchgeführt wird- Specified by:
 getAktionin interfaceIPluginProcessingParams- Returns:
 Aktiondie Aktion der Verarbeitung
 
- 
getParams
public Map<String,String> getParams()
Description copied from interface:IPluginProcessingParamsGetter für die Parameter-Map welche in der Aktion konfiguriert wurden- Specified by:
 getParamsin interfaceIPluginProcessingParams- Returns:
 Mapmit den Konfigurationsparametern der Aktion
 
 - 
 
 -