Package de.xima.fc.interfaces.workflow
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 Summary
Modifier and TypeMethodDescriptiondefault com.alibaba.fastjson.JSONObject
-
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.
-