Interface ISystemValueReplacer
- 
- All Known Implementing Classes:
 DefaultSystemValueReplacer
public interface ISystemValueReplacer 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default 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.Stringreplace(String placeholder, String placeholderContent, ISystemReplacerParams parameters) 
 - 
 
- 
- 
Method Detail
- 
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
String replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters)
 
 - 
 
 -