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,
Mandant client) |
Modifier and Type | Method and Description |
---|---|
Mandant |
getClient() |
IEntityContext |
getEntityContext() |
String |
getPlaceholder() |
String |
getPlaceholderContent() |
IWorkflowProcessingContext |
getWorkflowProcessingContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityContext, getPlaceholder, getPlaceholderContent
public PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)
public PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpc, Mandant client)
public IWorkflowProcessingContext getWorkflowProcessingContext()
getWorkflowProcessingContext
in interface IPluginSystemReplacerParams
IWorkflowProcessingContext
, 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 Mandant getClient()
getClient
in interface IPluginSystemReplacerParams
Mandant
instancepublic IEntityContext getEntityContext()
getEntityContext
in interface IPluginGenericReplacerParams
IEntityContext
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 IPluginGenericReplacerParams
tf1
.IPluginGenericReplacerParams.getPlaceholder()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.