Interface ISystemReplacerParams

    • Method Detail

      • getContextPath

        String getContextPath()
      • getFormVersion

        default FormVersion 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

        default Clock getClock()
        Returns:
        The clock to use for obtaining the current time.
        Since:
        8.0.0
      • 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.