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:
getWorkflowProcessingContextin interfaceIPluginProcessingParams- Returns:
- The current
IWorkflowProcessingContextthat can be used to access information regarding the current execution of the workflow.
-
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
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
-