Class BpmnExtensionWorkflowTrigger
java.lang.Object
de.xima.fc.common.workflow.bpmn.BpmnExtensionWorkflowTrigger
An
extension element for BPMN that contains details regarding a WorkflowTrigger.- Since:
- 8.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BpmnExtensionWorkflowTriggerfrom(WorkflowTrigger trigger) Creates a newBpmnExtensionWorkflowTriggerfrom the givenWorkflowTrigger.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
-
BpmnExtensionWorkflowTrigger
public BpmnExtensionWorkflowTrigger()
-
-
Method Details
-
type
-
type
The type of the workflow node.- Parameters:
type- The type of the workflow node.
-
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
-
from
Creates a newBpmnExtensionWorkflowTriggerfrom the givenWorkflowTrigger.- Parameters:
trigger- The workflow trigger for which to create the extension element.- Returns:
- A new
BpmnExtensionWorkflowTriggercontaining the details of the given workflow trigger.
-