public interface BpmnMarshallerHelper
Modifier and Type | Field and Description |
---|---|
static String |
RULE_LANG_DMN |
static String |
RULE_LANG_DRL |
Modifier and Type | Method and 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.
|
static final String RULE_LANG_DRL
static final String RULE_LANG_DMN
void applyProperties(org.eclipse.bpmn2.BaseElement baseElement, Map<String,String> properties)
baseElement
- the base element to be customized.properties
- the set of properties extracted from the json model.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.