Class PluginProcessingParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.workflow.PluginProcessingParams
-
- All Implemented Interfaces:
IPluginParameters,IPluginProcessingParams
@Deprecated public class PluginProcessingParams extends Object implements IPluginProcessingParams
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
PluginProcessingParams
public PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)
Deprecated.
-
-
Method Detail
-
getWorkflowProcessingContext
public IWorkflowProcessingContext getWorkflowProcessingContext()
Deprecated.- 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()
Deprecated.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()
Deprecated.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
-
-