Interface ISystemReplacerParams
- All Superinterfaces:
ILanguageTagProviding, IReplacerParams, Serializable
- All Known Subinterfaces:
IPlaceholderValueParams
- All Known Implementing Classes:
DefaultReplacerParameters
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClockgetClock()com.alibaba.fastjson.JSONObjectcom.alibaba.fastjson.JSONObjectdefault FormVersionGets the form version from the current context where the placeholder is used, if available.com.alibaba.fastjson.JSONObjectdefault IBaseWorkflowExecutionContextDeprecated.default booleanvoidsetFormData(IFormDataAdapter formData) Methods inherited from interface ILanguageTagProviding
getLanguageTagMethods inherited from interface IReplacerParams
getEscaper, isEncodeFormValuesForPlaceholder
-
Method Details
-
getContextPath
String getContextPath() -
getProcess
Vorgang getProcess() -
getClient
Mandant getClient() -
getProject
Projekt getProject() -
getFormVersion
Gets the form version from the current context where the placeholder is used, if available.- Returns:
- The form version, or null if not available.
-
getClock
- Returns:
- The clock to use for obtaining the current time.
- Since:
- 8.0.0
-
getWorkflowProcessing
Deprecated.Use / implementgetWorkflowExecutionContext().- Returns:
- The current workflow processing context, or
nullif none is available.
-
getWorkflowExecutionContext
-
getFormData
IFormDataAdapter getFormData() -
setFormData
-
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.
-
getWorkflowExecutionContext().