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 Aktion
getAktion()
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 wurdenIWorkflowProcessingContext
getWorkflowProcessingContext()
Deprecated.
-
-
-
Constructor Detail
-
PluginProcessingParams
public PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)
Deprecated.
-
-
Method Detail
-
getWorkflowProcessingContext
public IWorkflowProcessingContext getWorkflowProcessingContext()
Deprecated.- Specified by:
getWorkflowProcessingContext
in interfaceIPluginProcessingParams
- Returns:
- The current
IWorkflowProcessingContext
that can be used to access information regarding the current execution of the workflow.
-
getAktion
public Aktion getAktion()
Deprecated.Description copied from interface:IPluginProcessingParams
Getter für die Aktion in welcher die Verarbeitung durchgeführt wird- Specified by:
getAktion
in interfaceIPluginProcessingParams
- Returns:
Aktion
die Aktion der Verarbeitung
-
getParams
public Map<String,String> getParams()
Deprecated.Description copied from interface:IPluginProcessingParams
Getter für die Parameter-Map welche in der Aktion konfiguriert wurden- Specified by:
getParams
in interfaceIPluginProcessingParams
- Returns:
Map
mit den Konfigurationsparametern der Aktion
-
-