Class PluginProcessingParams
java.lang.Object
de.xima.fc.plugin.models.params.workflow.PluginProcessingParams
- All Implemented Interfaces:
IPluginParameters
,IPluginProcessingParams
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionPluginProcessingParams
(IWorkflowProcessingContext wpc, Aktion aktion, Map<String, String> params) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Getter für die Aktion in welcher die Verarbeitung durchgeführt wirdDeprecated.Getter für die Parameter-Map welche in der Aktion konfiguriert wurdenDeprecated.
-
Constructor Details
-
PluginProcessingParams
public PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String, String> params) Deprecated.
-
-
Method Details
-
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
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
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
-