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 default Mandant
getClient()
Deprecated.ISystemReplacerParams
getReplacerParams()
default IBaseWorkflowExecutionContext
getWorkflowExecutionContext()
Deprecated.default IWorkflowProcessingContext
getWorkflowProcessingContext()
Deprecated.UsegetReplacerParams()
.-
Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
-
-
-
Method Detail
-
getWorkflowProcessingContext
@Deprecated default IWorkflowProcessingContext 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 default IBaseWorkflowExecutionContext 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 default Mandant getClient()
Deprecated.- Returns:
- The current client context where the replacement takes place.
- Since:
- 6.6.9
-
-