Class BpmnExtensionWorkflowNode
java.lang.Object
de.xima.fc.common.workflow.bpmn.BpmnExtensionWorkflowNode
An
extension element for BPMN that contains details regarding a WorkflowNode.- Since:
- 8.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BpmnExtensionWorkflowNodefrom(WorkflowNode node) Creates a newBpmnExtensionWorkflowNodefrom the givenWorkflowNode.The JSON string with the custom properties (configuration) of the workflow node.voidproperties(String jsonProperties) The JSON string with the custom properties (configuration) of the workflow node.type()The type of the workflow node.voidThe type of the workflow node.
-
Constructor Details
-
BpmnExtensionWorkflowNode
public BpmnExtensionWorkflowNode()
-
-
Method Details
-
properties
The JSON string with the custom properties (configuration) of the workflow node.- Returns:
- The JSON string with the custom properties of the workflow node
-
properties
The JSON string with the custom properties (configuration) of the workflow node.- Parameters:
jsonProperties- The JSON string with the custom properties of the workflow node
-
type
-
type
The type of the workflow node.- Parameters:
type- The type of the workflow node.
-
from
Creates a newBpmnExtensionWorkflowNodefrom the givenWorkflowNode.- Parameters:
node- The workflow node for which to create the extension element.- Returns:
- A new
BpmnExtensionWorkflowNodecontaining the details of the given workflow node.
-