public class PluginProcessingParams extends Object implements IPluginProcessingParams
Constructor and Description |
---|
PluginProcessingParams(IWorkflowProcessingContext wpc,
Aktion aktion,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
Aktion |
getAktion()
Getter für die Aktion in welcher die Verarbeitung durchgeführt wird
|
Map<String,String> |
getParams()
Getter für die Parameter-Map welche in der Aktion konfiguriert wurden
|
IWorkflowProcessingContext |
getWorkflowProcessingContext() |
public PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)
public IWorkflowProcessingContext getWorkflowProcessingContext()
getWorkflowProcessingContext
in interface IPluginProcessingParams
IWorkflowProcessingContext
that can be used to access information regarding
the current execution of the workflow.public Aktion getAktion()
IPluginProcessingParams
getAktion
in interface IPluginProcessingParams
Aktion
die Aktion der Verarbeitungpublic Map<String,String> getParams()
IPluginProcessingParams
getParams
in interface IPluginProcessingParams
Map
mit den Konfigurationsparametern der AktionCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.