Interface ISystemValueReplacer
- All Known Implementing Classes:
DefaultSystemValueReplacer
public interface ISystemValueReplacer
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringreplace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) Deprecated.default Stringreplace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx) Deprecated.default Stringreplace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx, Vorgang process) Deprecated.replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters)
-
Method Details
-
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx) Deprecated. -
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx, Vorgang process) Deprecated. -
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) Deprecated. -
replace
-