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 Mandant
getClient()
com.alibaba.fastjson.JSONObject
getCreatorDataJSON()
com.alibaba.fastjson.JSONObject
getEditorDataJSON()
IFormDataAdapter
getFormData()
Vorgang
getProcess()
Projekt
getProject()
com.alibaba.fastjson.JSONObject
getUserDataJSON()
default IBaseWorkflowExecutionContext
getWorkflowExecutionContext()
IWorkflowProcessingContext
getWorkflowProcessing()
Deprecated.Use / implementgetWorkflowExecutionContext()
.void
setFormData(IFormDataAdapter formData)
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IReplacerParams
getEscaper, isEncodeFormValuesForPlaceholder
-
-
-
-
Method Detail
-
getProcess
Vorgang getProcess()
-
getClient
Mandant getClient()
-
getProject
Projekt getProject()
-
getWorkflowProcessing
@Deprecated @Nullable IWorkflowProcessingContext getWorkflowProcessing()
Deprecated.Use / implementgetWorkflowExecutionContext()
.- Returns:
- The current workflow processing context, or
null
if 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()
-
-