Interface IPluginSystemReplacerParams
-
- All Superinterfaces:
IPluginGenericReplacerParams
,IPluginParameters
- All Known Implementing Classes:
PluginSystemReplacerParams
public interface IPluginSystemReplacerParams extends IPluginGenericReplacerParams
Interface for the parameters of a system replace plugin.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Mandant
getClient()
default IBaseWorkflowExecutionContext
getWorkflowExecutionContext()
IWorkflowProcessingContext
getWorkflowProcessingContext()
Deprecated.-
Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
-
-
-
Method Detail
-
getWorkflowProcessingContext
@Deprecated IWorkflowProcessingContext getWorkflowProcessingContext()
Deprecated.- Returns:
- The current
IWorkflowProcessingContext
, in case the placeholder is used within a workflow action. It may be used to, for example, to access the current workflowAktion
or the currentVorgang
.
-
getWorkflowExecutionContext
default IBaseWorkflowExecutionContext getWorkflowExecutionContext()
- Returns:
- The current
IBaseWorkflowExecutionContext
, in case the placeholder is used within a workflow action. It may be used to, for example, to access the current workflowAktion
or the currentVorgang
.
-
getClient
Mandant getClient()
- Returns:
- The current client context where the replacement takes place.
- Since:
- 6.6.9
-
-