Interface IPluginSystemReplacerParams
- All Superinterfaces:
IPluginGenericReplacerParams
,IPluginParameters
- All Known Implementing Classes:
PluginSystemReplacerParams
Interface for the parameters of a system replace plugin.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault Mandant
Deprecated.default IBaseWorkflowExecutionContext
Deprecated.default IWorkflowProcessingContext
Deprecated.UsegetReplacerParams()
.Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
Method Details
-
getWorkflowProcessingContext
Deprecated.UsegetReplacerParams()
.- 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
Deprecated.- 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
.
-
getReplacerParams
ISystemReplacerParams getReplacerParams()- Specified by:
getReplacerParams
in interfaceIPluginGenericReplacerParams
- Returns:
- The current replacer parameters for the replacement process.
-
getClient
Deprecated.- Returns:
- The current client context where the replacement takes place.
- Since:
- 6.6.9
-
getReplacerParams()