Interface ISystemReplacerParams
- 
- All Superinterfaces:
 IReplacerParams,Serializable
- All Known Subinterfaces:
 IPlaceholderValueParams
- All Known Implementing Classes:
 DefaultReplacerParameters
public interface ISystemReplacerParams extends IReplacerParams
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description MandantgetClient()default ClockgetClock()StringgetContextPath()com.alibaba.fastjson.JSONObjectgetCreatorDataJSON()com.alibaba.fastjson.JSONObjectgetEditorDataJSON()IFormDataAdaptergetFormData()VorganggetProcess()ProjektgetProject()com.alibaba.fastjson.JSONObjectgetUserDataJSON()default IBaseWorkflowExecutionContextgetWorkflowExecutionContext()IWorkflowProcessingContextgetWorkflowProcessing()Deprecated.Use / implementgetWorkflowExecutionContext().default booleanisReplaceSystemPlaceholders()voidsetFormData(IFormDataAdapter formData)- 
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IReplacerParams
getEscaper, isEncodeFormValuesForPlaceholder 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getContextPath
String getContextPath()
 
- 
getProcess
Vorgang getProcess()
 
- 
getClient
Mandant getClient()
 
- 
getProject
Projekt getProject()
 
- 
getClock
default Clock getClock()
- Returns:
 - The clock to use for obtaining the current time.
 - Since:
 - 8.0.0
 
 
- 
getWorkflowProcessing
@Deprecated @Nullable IWorkflowProcessingContext getWorkflowProcessing()
Deprecated.Use / implementgetWorkflowExecutionContext().- Returns:
 - The current workflow processing context, or 
nullif none is available. 
 
- 
getWorkflowExecutionContext
@Nullable default IBaseWorkflowExecutionContext getWorkflowExecutionContext()
 
- 
getFormData
IFormDataAdapter getFormData()
 
- 
setFormData
void setFormData(IFormDataAdapter formData)
 
- 
getCreatorDataJSON
com.alibaba.fastjson.JSONObject getCreatorDataJSON()
 
- 
getEditorDataJSON
com.alibaba.fastjson.JSONObject getEditorDataJSON()
 
- 
getUserDataJSON
com.alibaba.fastjson.JSONObject getUserDataJSON()
 
- 
isReplaceSystemPlaceholders
default boolean isReplaceSystemPlaceholders()
- Returns:
 - When 
false, system placeholders are not replaced. 
 
 - 
 
 -