Package org.jbpm.designer.bpmn2
Interface BpmnMarshallerHelper
-
public interface BpmnMarshallerHelper
A helper to marshall specific properties of the Process Designer models, to translate them into BPMN 2 constraints.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RULE_LANG_DMN
static String
RULE_LANG_DRL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyProperties(org.eclipse.bpmn2.BaseElement baseElement, Map<String,String> properties)
Applies the set of properties from the json model to the BPMN 2 element.
-
-
-
Field Detail
-
RULE_LANG_DRL
static final String RULE_LANG_DRL
- See Also:
- Constant Field Values
-
RULE_LANG_DMN
static final String RULE_LANG_DMN
- See Also:
- Constant Field Values
-
-
Method Detail
-
applyProperties
void applyProperties(org.eclipse.bpmn2.BaseElement baseElement, Map<String,String> properties)
Applies the set of properties from the json model to the BPMN 2 element.- Parameters:
baseElement
- the base element to be customized.properties
- the set of properties extracted from the json model.
-
-