public class PluginSystemReplacerParams extends Object implements IPluginSystemReplacerParams
| Constructor and Description |
|---|
PluginSystemReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
ISystemReplacerParams parameters) |
PluginSystemReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
| Modifier and Type | Method and Description |
|---|---|
IEntityContext |
getEntityContext() |
String |
getPlaceholder() |
String |
getPlaceholderContent() |
IWorkflowProcessingContext |
getWorkflowProcessingContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityContext, getPlaceholder, getPlaceholderContentpublic PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)
public PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpc)
public IWorkflowProcessingContext getWorkflowProcessingContext()
getWorkflowProcessingContext in interface IPluginSystemReplacerParamsIWorkflowProcessingContext, in case the placeholder is used within a workflow action.
It may be used to, for example, to access the current workflow Aktion or the current Vorgang.public IEntityContext getEntityContext()
getEntityContext in interface IPluginGenericReplacerParamsIEntityContext that can be used to send queries to the database.public String getPlaceholder()
getPlaceholder in interface IPluginGenericReplacerParams[%tf1%].IPluginGenericReplacerParams.getPlaceholderContent()public String getPlaceholderContent()
getPlaceholderContent in interface IPluginGenericReplacerParamstf1.IPluginGenericReplacerParams.getPlaceholder()Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.