Interface ICustomParametersProviding

All Known Subinterfaces:
IVersionedCustomParametersProviding, IWorkflowElementEntity
All Known Implementing Classes:
AWorkflowElement, WorkflowNode, WorkflowTrigger

public interface ICustomParametersProviding
Interface for entities that provide custom parameters stored as a JSON string.
Author:
XIMA MEDIA GmbH
  • Method Details

    • getCustomParameters

      String getCustomParameters()
      Returns:
      A JSON string holding the custom parameters.
    • getCustomParametersJson

      default com.alibaba.fastjson.JSONObject getCustomParametersJson()
      Returns:
      The custom parameters, parsed as a JSON object. Returns an empty JSON object if the parameters are empty or not a valid JSON string.